JPA 2 « JPA « Spring Q&A





1. Hibernate    forum.springsource.org

How do we join 3 tables in hibernate using templates? Scenario is as follows: We have three tables Employee, Salary and Relation. Employee and Salary has column 'ID' as primary key ...

2. Multithreaded Itemwriter with JPA    forum.springsource.org

Sep 21st, 2011, 09:01 AM #1 zencv View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 5 Multithreaded Itemwriter with JPA Hello, I am using an ...

3. Use of LobHandler with Hibernate    forum.springsource.org

Use of LobHandler with Hibernate Hi, I'm trying to use a DefaultLobHandler (for MySQL in test, OracleLobHandler for production later) with my hibernate SessionFactory because I'm storing zipped string as blobs. ...

4. Spring JPA without LoadTime weaving ?    forum.springsource.org

Spring JPA without LoadTime weaving ? Is it possible to use Spring configured JPA without Load Time Weaving (LTW)? I have an J2SE web application that needs to run in different ...

5. JBossTreeCache/Spring/Hibernate    forum.springsource.org

6. migrating away from hibernate callback: equalivent.    forum.springsource.org

hi i am trying to follow spring standard and use injection of sessionFactory. I am trying to find equalivent to these methods. executeWithNativeSession --> executeWithNewSession --> sessionFactory.openSession(); execute --> sessionFactory.getCurrentSession(); thanks. ...

7. Hibernate 3.0    forum.springsource.org

8. Hibernate 2.1.7    forum.springsource.org

Does Spring 1.1.2 work with the new exception hierarchy that was introduced in Hibernate 2.1.7? Sorry if this question has been asked and answered already. I tried searching the forum for ...

9. Migrating to Spring 3.0.3 with Hibernate 3.6.5    forum.springsource.org

Migrating to Spring 3.0.3 with Hibernate 3.6.5 I am migrating a combination of 'Spring 2.5.2 + Hibernate 3.2.6' to 'Spring 3.0.3 + Hibernate 3.6.5'. I see some problems in my configuraions ...





10. hibernate + spring    forum.springsource.org

Dec 8th, 2004, 07:46 AM #1 kevin_405 View Profile View Forum Posts Private Message Junior Member Join Date Dec 2004 Posts 22 hibernate + spring I am trying to use spring ...

11. Hibernate 3.5 and Spring Compatibility    forum.springsource.org

Hi all, In our current project, we need to upgrade Hibernate 3.2.6 to version 3.5.2. We are currently using Spring 2.5.5. Will this version of Spring work with Hibernate 3.5.X or ...

12. Jpa 1.0?    forum.springsource.org

I am wondering if I can use Spring Data JPA in the following environment: JBoss SOA 5.0.2 (Java EE 5, JPA 1.0, Hibernate 3.3.2) Thankfully, due to the JBoss Snowdrop project ...

13. Hibernate 3.0 and Spring    forum.springsource.org

My development team is looking into the possibility of using Hibernate 3.0. Is there any development efforts currently underway for Spring support of Hibernate 3? Please post more than a yes ...

14. Spring and Hibernate3    forum.springsource.org

Spring and Hibernate3 hi i found several posts concerning hibernate3 and spring and also i found the jira entry with the pathes from Artur. i have troubles to get hibernate3 support ...

15. How does spring simplify hibernate    forum.springsource.org

Hi, I would like to know: How does spring simplify hibernate? Hoew does spring handle hibernate transactions? What is the model that hibernate uses for managing transactions? Thanks, Sherihan.

16. Hibernate reattaching useless in web tier    forum.springsource.org

Hibernate reattaching useless in web tier Hi. Im using Hibernate and lots of times Ive read that Hibernate's feature to reattach object is cool, because object can be for eg. updated ...





17. Which hibernate 2.1 or 3 can be used by spring?    forum.springsource.org

18. production reference site using Spring+Hibernate?    forum.springsource.org

Hi Spring Team, I was told Spring has been successfully used in some production systems. Before we commit our development or large scale enterprise system to Spring, we would like to ...

19. a question using spring + SLSB + hibernate    forum.springsource.org

hi everyone. i'll develop application in weblogic and the architecture is spring + SLSB + hibernate.. but i don't know how call a hibernate method. so i thouht two kinds of ...

20. How to use common spring-hibernate config in other domains    forum.springsource.org

How to use common spring-hibernate config in other domains Hi, I have one spring-hibernate-config.xml where i have the configuration for dataSource and sessionFactory .This configuration code is common to all the ...

21. When to use PROPAGATION_SUPPORTS with Hibernate?    forum.springsource.org

When to use PROPAGATION_SUPPORTS with Hibernate? I'm wondering when it would be a good idea to use PROPAGATION_SUPPORTS transaction propagation. I have the following transaction attributes for my get methods: get*=PROPAGATION_SUPPORTS,readOnly ...

22. AfterReturningAdvice with Hibernate Question    forum.springsource.org

Feb 9th, 2005, 11:27 AM #1 flyingwedge View Profile View Forum Posts Private Message Junior Member Join Date Jan 2005 Posts 7 AfterReturningAdvice with Hibernate Question I am implementing an audit ...

23. Hibernate3 release candidate ready    forum.springsource.org

Our next milestone is 1.2 RC1, which we intend to release as soon as possible: with Hibernate3 support, JMX support and further major new features. Nightly 1.2-dev snapshots with Hibernate3 support ...

24. spring+hibernate+hessian Lists problem (again?)    forum.springsource.org

spring+hibernate+hessian Lists problem (again?) I'm sure that many other people must experience the problem of not being able to return lists of objects created by getHibernateTemplate() to a remote client via ...

25. Quote problem with Spring+Hibernate    forum.springsource.org

Quote problem with Spring+Hibernate I am using Spring and Hibernate to persist my objects and it works fine except when I have single quotes in some fields of some objects. I ...

26. Hibernate Based ACLs    forum.springsource.org

Hibernate Based ACLs Hi, I am currently evaluating Acegi Security for integration into one of our projects. So far, the product looks very promising. The data access layer of this project ...

27. Hibernate 3.0    forum.springsource.org

28. Known issues regarding Spring 1.1.5 plus Hibernate 2.1.3?    forum.springsource.org

Known issues regarding Spring 1.1.5 plus Hibernate 2.1.3? First of all, congratulations to the team - I've been diving into Spring just recently, and I think it is one of the ...

29. Incrementing a counter when using hibernate    forum.springsource.org

Incrementing a counter when using hibernate Hi all! On my site I would like to have a few randomly selected images shown everytime the user refreshes the page. I'm using Spring ...

30. What happened to getNamedQuery for Hibernate 3??    forum.springsource.org

I did the global search and replace of the package names but find that one area will not compile...getNamedQuery() calls. For example: Code: public Object doInHibernate(Session session) throws HibernateException { return ...

31. ACL issues with Spring 1.2RC1/Hibernate3    forum.springsource.org

Apr 9th, 2005, 10:43 AM #1 dhalbrook View Profile View Forum Posts Private Message Visit Homepage Member Join Date Sep 2004 Location Portland Posts 53 ACL issues with Spring 1.2RC1/Hibernate3 Hi ...

32. cocoon in combination with spring and hibernate3 - problems    forum.springsource.org

cocoon in combination with spring and hibernate3 - problems Hi, I'm using the cocoon-framework in combination with spring1.2 and hibernate3. When I'm trying to start cocoon, it gives me an error ...

33. Hibernate Console    forum.springsource.org

34. Problem Hibernate 3 - Spring 1.2 RC1    forum.springsource.org

Apr 15th, 2005, 05:08 AM #1 bme View Profile View Forum Posts Private Message Junior Member Join Date Apr 2005 Posts 2 Problem Hibernate 3 - Spring 1.2 RC1 I get ...

35. Hibernate DefaultLoadEventListener; how to configure?    forum.springsource.org

Hibernate DefaultLoadEventListener; how to configure? Hi there, Spring is fantastic. I love it. For my first ever post here, I need to ask for help in configuring my subclass of Hibernate3's ...

36. hibernate3 conversion    forum.springsource.org

hibernate3 conversion I have just converted a project to use Spring 1.2 RC2 and hibernate 3. Everything was working fine until I got this bug. The fact that it occurs only ...

37. Hibernate3 Bug?    forum.springsource.org

Apr 20th, 2005, 12:29 PM #1 gdboling View Profile View Forum Posts Private Message Junior Member Join Date Mar 2005 Posts 29 Hibernate3 Bug? I added Spring to my JSF application ...

38. Hibernate I/O Socket    forum.springsource.org

Apr 22nd, 2005, 05:38 PM #1 jpwinans View Profile View Forum Posts Private Message Member Join Date Sep 2004 Posts 69 Hibernate I/O Socket Hey all, I'm having a problem pop ...

39. Spring 1.2 rc2 w/Hibernate 3    forum.springsource.org

Spring 1.2 rc2 w/Hibernate 3 Hi, I am using Hibernate 3 w/Spring 1.2 rc2. I am writing my DAO classes and have the following configuration.