This repository is no longer actively maintained. Please take a look at the original repo.
1.2.0.Final, 06.03.2012
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.
JDK 1.6 or above.
Please see the file called license.txt
JPA 2 Metamodel Generator Documentation
git clone git@github.com:hibernate/hibernate-metamodelgen.git
cd hibernate-metamodelgen
mvn clean package