hibernate-orm/tooling/metamodel-generator
Hardy Ferentschik 1f666641d8 METAGEN-39 Cleanup of POM 2013-11-11 20:08:05 +08:00
..
src METAGEN-29 adding handling of type variables in AnnotationMetaEntity 2013-11-11 20:08:05 +08:00
license.txt METAGEN Start of JPA metamodel processor project 2013-11-11 20:08:02 +08:00
pom.xml METAGEN-39 Cleanup of POM 2013-11-11 20:08:05 +08:00
readme.txt METAGEN-26 Updated readme and docbook sources 2013-11-11 20:08:05 +08:00

readme.txt

                          Hibernate JPA 2 Metamodel Generator

  What is it?
  -----------

  This is a Java 6 annotation processor generating meta model classes for the JPA 2 criteria queries.
  The processor (JPAMetaModelEntityProcessor) processes all 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.


  Documentation
  -------------
 
  http://docs.jboss.org/hibernate/stable/jpamodelgen/reference/en-US/


  Licensing
  ---------

  Please see the file called license.txt


  Resources
  ---------

  Home Page:          http://www.hibernate.org/
  Mailing Lists:      http://www.hibernate.org/20.html
  Source Code:        http://anonsvn.jboss.org/repos/hibernate/jpamodelgen/trunk/
  Issue Tracking:     http://opensource.atlassian.com/projects/hibernate/browse/METAGEN