Uses of Class
org.castor.jdo.jpa.processors.BaseJPAAnnotationProcessor

Packages that use BaseJPAAnnotationProcessor
org.castor.jdo.jpa.processors.classprocessors   
org.castor.jdo.jpa.processors.fieldprocessors   
 

Uses of BaseJPAAnnotationProcessor in org.castor.jdo.jpa.processors.classprocessors
 

Subclasses of BaseJPAAnnotationProcessor in org.castor.jdo.jpa.processors.classprocessors
 class JPAEntityProcessor
          Processes the JPA annotation Entity.
 class JPATableProcessor
          Processes the JPA annotation Table.
 

Uses of BaseJPAAnnotationProcessor in org.castor.jdo.jpa.processors.fieldprocessors
 

Subclasses of BaseJPAAnnotationProcessor in org.castor.jdo.jpa.processors.fieldprocessors
 class JPABasicProcessor
          Processes the JPA annotation Basic.
 class JPAColumnProcessor
          Processes the JPA annotation Column.
 class JPAIdProcessor
          Processes the JPA annotation Id.
 class JPAJoinColumnProcessor
          Processes the JPA annotation JoinColumn.
 class JPAJoinTableProcessor
          Processes the JPA annotation JoinTable.
 class JPAManyToManyProcessor
          Processes the JPA annotation ManyToMany.
 class JPAManyToOneProcessor
          Processes the JPA annotation ManyToOne.
 class JPAOneToManyProcessor
          Processes the JPA annotation OneToMany.
 class JPAOneToOneProcessor
          Processes the JPA annotation OneToOne.
 class JPATransientProcessor
          Processes the JPA annotation Transient.
 



Copyright © 2010. All Rights Reserved.