Uses of Interface
org.apache.openjpa.persistence.Generator
- 
Packages that use Generator Package Description org.apache.openjpa.persistence OpenJPA JPA - 
- 
Uses of Generator in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement Generator Modifier and Type Class Description classGeneratorImplRepresents a store sequence.Methods in org.apache.openjpa.persistence that return Generator Modifier and Type Method Description GeneratorEntityManagerImpl. getFieldGenerator(Class forClass, String fieldName)GeneratorOpenJPAEntityManager. getFieldGenerator(Class forClass, String fieldName)Returns aGeneratorfor the generated values of the specified type, or null if the field is not generated.GeneratorEntityManagerImpl. getIdGenerator(Class forClass)GeneratorOpenJPAEntityManager. getIdGenerator(Class forClass)Returns aGeneratorfor the datastore identity values of the specified type, or null if the type is unmanaged or its identity cannot be represented by a sequence.GeneratorEntityManagerImpl. getNamedGenerator(String name)GeneratorOpenJPAEntityManager. getNamedGenerator(String name)Return the named generator defined in the metadata. 
 -