Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Teneo/Hibernate"

(Teneo Versions)
(EMF, Hibernate and Teneo Versions)
Line 7: Line 7:
 
== EMF, Hibernate and Teneo Versions ==
 
== EMF, Hibernate and Teneo Versions ==
  
* 1.0.4 for Eclipse 3.4-3.3/EMF 2.4-2.3/hibernate 3.2/3.3.1 and jdk 1.5
+
* '''1.0.4''': for Eclipse 3.4-3.3/EMF 2.4-2.3/hibernate 3.2/3.3.1 and jdk 1.5
* 1.1.0 Release for Eclipse 3.5/EMF 2.5/hibernate 3.2/3.3.1 and jdk 1.5
+
* '''1.1.0''': Release for Eclipse 3.5/EMF 2.5/hibernate 3.2/3.3.1 and jdk 1.5
* 1.1.1/1.1.2 Maintenance Builds for Eclipse 3.5/EMF 2.5/hibernate 3.3.2 and jdk 1.5
+
* '''1.1.1/1.1.2''': Maintenance Builds for Eclipse 3.5/EMF 2.5/hibernate 3.3.2 and jdk 1.5
* 1.2.0 Stable Builds for Eclipse 3.6/EMF 2.6/hibernate 3.3.2 and jdk 1.5
+
* '''1.2.0''': Stable Builds for Eclipse 3.6/EMF 2.6/hibernate 3.3.2 and jdk 1.5
  
 
'''Note''': the difference in hibernate versions between the 1.1.0 and 1.1.1 and higher builds! Hibernate introduced a binary incompatibility in version 3.3.2, forcing Teneo to adhere to this.
 
'''Note''': the difference in hibernate versions between the 1.1.0 and 1.1.1 and higher builds! Hibernate introduced a binary incompatibility in version 3.3.2, forcing Teneo to adhere to this.

Revision as of 10:26, 21 January 2010

The EMF - Hibernate integration supports all EMF features and standard Hibernate features. EMF objects can be persisted in most major relational databases and retrieved using an EMF resource approach or HQL queries.

The EMF - Hibernate integration is a layer over the Hibernate product. The currently used/tested Hibernate version is 3.3.2.

EMF, Hibernate and Teneo Versions

  • 1.0.4: for Eclipse 3.4-3.3/EMF 2.4-2.3/hibernate 3.2/3.3.1 and jdk 1.5
  • 1.1.0: Release for Eclipse 3.5/EMF 2.5/hibernate 3.2/3.3.1 and jdk 1.5
  • 1.1.1/1.1.2: Maintenance Builds for Eclipse 3.5/EMF 2.5/hibernate 3.3.2 and jdk 1.5
  • 1.2.0: Stable Builds for Eclipse 3.6/EMF 2.6/hibernate 3.3.2 and jdk 1.5

Note: the difference in hibernate versions between the 1.1.0 and 1.1.1 and higher builds! Hibernate introduced a binary incompatibility in version 3.3.2, forcing Teneo to adhere to this.

Tutorials

Detailed Documentation

JPA/EJB3 Annotations

XML Schema Support

CVS and Support

Back to the top