Teneo Eclipse EMF project
Teneo persistency is an Eclipse EMF project:
- The elver.org website is the source for documentation of Teneo.
- The source code can be retrieved from Eclipse cvs. The new main java package name: org.eclipse.emf.teneo.
- Teneo/Elver is part of the EMF build process, builds can be downloaded here: Teneo Downloads (select the Teneo project in the listbox). For the Eclipse update manager use: http://download.eclipse.org/modeling/emf/updates/interim/.
- Support is given on the EMF newsgroup: news://news.eclipse.org/eclipse.tools.emf.
EMF Persistency Solution using Hibernate
The EMF - Hibernate integration currently supports a number of important 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.
Current versions:
- 0.7.5 for Eclipse 3.2/EMF 2.2/hibernate 3.2 and jdk 1.4
- 1.0.0 for Eclipse 3.4-3.3/EMF 2.4-2.3/hibernate 3.2 and jdk 1.5
For more information, visit the following links: Status, Features, Release Notes
For troubleshooting please visit the Known Issues and Troubleshooting pages.
Hibernate
The EMF - Hibernate integration is a layer over the Hibernate product. The used Hibernate version is 3.2. For more information visit Hibernate at http://www.hibernate.org.
EMF
The Eclipse Modeling Framwork (EMF) is a modeling and code generation framework which generates source code from different sources: an UML diagram or a XML Schema. For more information see here.