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

Teneo/Hibernate/Annotations

< Teneo‎ | Hibernate
Revision as of 10:54, 21 January 2010 by Mtaal.springsite.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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 features and how to enable them for your model:

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