1. Spring 3.0.5 and Hibernate 3.6.0 which JPA version forum.springsource.orgWe are using Spring 3.0.5 which supports Hibernate 3.6.0 on websphere 6.1 and websphere 7.0 (without feature pack which support JPA 2.0) Now Hibernate 3.6.0 uses JPA 2.0 We want to ... |
2. hibernate version forum.springsource.orgI'm trying to determine what version of hibernate is packaged with version 1.0.2 of spring? Does anyone know? Is there a list of dependencies somewhere? Thanks -Gary |
3. Which Hibernate version supported? forum.springsource.orgI am using Spring with Hibernate for DAO, but ran into some problems. The Hibernate I used is 3.0 Beta3, while Spring seems to support eariler version. Which version of Hibernate ... |
4. Hibernate Annotator (H8A8) version 0.2 release forum.springsource.orgI've released version 0.2 of H8A8, a tool to use Java 5 annotations for hibernate mapping. H8A8 is intended as an alternative to XDoclet for Hibernate for those working with Hibernate ... |
5. hibernate + version & txn mgmt =no StaleObjectStateExcep forum.springsource.orghibernate + version & txn mgmt =no StaleObjectStateExcep We have successfully used Hibernate and versioning in our DAO tier to provide optimistic locking. This works great when exposed up through our ... |
6. What version of hibernate does spring 1.2.4 use? forum.springsource.orgIf I remove hibernate2.jar from my lib, at loadtime, spring complains about missing net.sf.exception.HibernateException I have hibernate2 and hibernate3 jars in classpath. So which version of Hibernate is (un)officially supported by ... |
7. Hibernate Versioning Issues forum.springsource.orgHibernate Versioning Issues All, I am working on a web-application using Spring MVC and Hibernate. I am using the SessionInView pattern for Hibernate Sesssion management, HibernateTransactionManager (springframework version) and the TransactionFactoryProxyBean. ... |
8. hibernate versioning forum.springsource.orghibernate versioning I have been struggling with using hibernate's optimistic locking through automatic versioning for months. My architecture is a rich swing client/remote server one where I use a separate transfer ... |
9. Hibernate - IdTransferringMergeEventListener that propagates versions as well? forum.springsource.orgHibernate - IdTransferringMergeEventListener that propagates versions as well? Hi, is there a straightforward way to propagate both the id and version of a detached object saved via Session.merge()? I need to ... |
10. Hibernate Versioning with Spring forum.springsource.orgFeb 29th, 2008, 05:42 PM #1 chrisoxley View Profile View Forum Posts Private Message Junior Member Join Date Nov 2005 Posts 5 Hibernate Versioning with Spring Hi, I am currently trying ... |
11. which version of hibernate should i use? forum.springsource.orgSpring 2.5.5 ships with Hibernate 3.3.0.CR1 (although filename is just hibernate3.jar), so I suppose they just put the latest production release available. So, I think it's safe to get the latest ... |
12. How to ntegrate JBPM-jpdl3.2.2 version with struts1 and Spring and JPA in my applicat forum.springsource.orgHi, I am trying to integrate JBPM-jpdl3.2.2 version with struts1 and Spring and JPA in my application. Is there any documentation that is available that can help me in doing this ... |
13. Why does Spring 2.5 explicilty require greater than or 3.1 version of Hibernate forum.springsource.orgHibernate 3.1 changes in version 3.1.3 (2006.03.20) More complete TransactionManager in GlassFish upport DataDirect standard jdbc stored procedures with clause with implied joins within an explicit join Improved DTDEntityResolver Better Error ... |
14. Hibernate Version Supported forum.springsource.orgI think we are running 3.3.1 which came with the last download of Spring, but the latest version probably works fine. Just drop it in and run your unit tests to ... |
15. Hibernate versioning (@Version) forum.springsource.orgI'm adding a version column to some of my tables and I was wondering whether the column should be nullable and or have a default value. The hibernate docs say the ... |
16. hibernate -versioning using timestamp forum.springsource.orgHi, I am trying to use the Hibernate Versioning using the Timestamp field with Annotation. I didn't find any good example. I will be appreciated if anyone can help me abt ... |
17. Hiberante version supports spring 1.2.7 ? forum.hibernate.org |
18. Hibernate + JPA + Spring: weird problem with @Version annot forum.hibernate.org |