libhibernate-annotations-java

Hibernate annotations
  http://annotations.hibernate.org
  0
  no reviews



Hibernate, like all other object/relational mapping tools, requires metadata that governs the transformation of data from one representation to the other (and vice versa). as an option, you can now use jdk 5.0 annotations for object/relational mapping with hibernate 3.2. you can use annotations in addition to or as a replacement of xml mapping metadata.

the hibernate annotations package includes:
* standardized java persistence and ejb 3.0 (jsr 220)
object/relational mapping annotations
* hibernate-specific extension annotations for performance
optimization and special mappings

you can use hibernate extension annotations on top of standardized java persistence annotations to utilize all native hibernate features.