hibernate-orm/tooling/metamodel-generator
Hardy Ferentschik cc6f423373 METAGEN-103 Adding package-info files and trying to get the file ending right for the Shops 2013-11-11 20:08:16 +08:00
..
gradle/wrapper METAGEN-101 Switching to Gradle 2013-11-11 20:08:15 +08:00
src METAGEN-103 Adding package-info files and trying to get the file ending right for the Shops 2013-11-11 20:08:16 +08:00
.gitignore METAGEN-94 Adding "test-output" to .gitignore 2013-11-11 20:08:14 +08:00
README.md METAGEN-91 Making sure that field annotated with @EmbeddedId gets added as singular attribute 2013-11-11 20:08:15 +08:00
build.gradle METAGEN-102 Upgrading Hibernate and JPA version 2013-11-11 20:08:16 +08:00
changelog.txt METAGEN-91 Making sure that field annotated with @EmbeddedId gets added as singular attribute 2013-11-11 20:08:15 +08:00
gradlew METAGEN-101 Switching to Gradle 2013-11-11 20:08:15 +08:00
gradlew.bat METAGEN-101 Switching to Gradle 2013-11-11 20:08:15 +08:00
license.txt METAGEN Start of JPA metamodel processor project 2013-11-11 20:08:02 +08:00
settings.gradle METAGEN-101 Switching to Gradle 2013-11-11 20:08:15 +08:00

README.md

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