Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
changelog.txt | 2013-08-09 | 6.8 kB | |
README.md | 2013-08-09 | 1.1 kB | |
hibernate-jpamodelgen-1.3.0.Final-dist.zip | 2013-08-09 | 4.9 MB | |
hibernate-jpamodelgen-1.3.0.Final-dist.tar.gz | 2013-08-09 | 4.0 MB | |
Totals: 4 Items | 8.9 MB | 0 |
Hibernate JPA 2 Metamodel Generator
Latest stable version
1.3.0.Final, 09.08.2013
What is it?
The Hibernate JPA 2 Metamodel Generator is a Java 6 annotation processor generating meta model classes for JPA 2 type-safe criteria queries.
The processor, JPAMetaModelEntityProcessor, processes classes annotated with @Entity, @MappedSuperclass or @Embeddable, as well as entities mapped in /META-INF/orm.xml and mapping files specified in persistence.xml.
System Requirements
JDK 1.6 or above.
Licensing
Please see the file called license.txt
Documentation
JPA 2 Metamodel Generator Documentation
Resources
Build from source
git clone git@github.com:hibernate/hibernate-metamodelgen.git
cd hibernate-metamodelgen
mvn clean package