Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Annotations"

Line 7: Line 7:
 
The '''[[Teneo/Hibernate/Annotations/Annotations_Format|annotations format]]''' page describes in detail how annotations can be specified in the model itself or in a separate XML file. By supporting an external XML it is possible to annotate existing ecore models, so without the need to change them.
 
The '''[[Teneo/Hibernate/Annotations/Annotations_Format|annotations format]]''' page describes in detail how annotations can be specified in the model itself or in a separate XML file. By supporting an external XML it is possible to annotate existing ecore models, so without the need to change them.
  
The '''[[Teneo/Hibernate/Annotations/Teneo_Annotation_Examples|annotation examples]]''' page provides downloadable examples and discuss some special cases.
+
The '''[[Teneo/Hibernate/Annotations/Teneo_Annotation_Examples|annotation examples]]''' page provides downloadable examples and discusses some special cases.

Revision as of 10:44, 21 January 2010


Teneo supports the full set of JPA annotations in the model (xsd or ecore) itself or in a separate XML file. The following pages give a detailed description of the functions and features supported:

The supported annotations page gives a complete overview of the support for JPA annotations including Hibernate annotation extensions and convenience Teneo extensions.

The annotations format page describes in detail how annotations can be specified in the model itself or in a separate XML file. By supporting an external XML it is possible to annotate existing ecore models, so without the need to change them.

The annotation examples page provides downloadable examples and discusses some special cases.

Back to the top