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 class
GeneratorImpl
Represents a store sequence.Methods in org.apache.openjpa.persistence that return Generator Modifier and Type Method Description Generator
EntityManagerImpl. getFieldGenerator(java.lang.Class forClass, java.lang.String fieldName)
Generator
OpenJPAEntityManager. getFieldGenerator(java.lang.Class forClass, java.lang.String fieldName)
Returns aGenerator
for the generated values of the specified type, or null if the field is not generated.Generator
EntityManagerImpl. getIdGenerator(java.lang.Class forClass)
Generator
OpenJPAEntityManager. getIdGenerator(java.lang.Class forClass)
Returns aGenerator
for the datastore identity values of the specified type, or null if the type is unmanaged or its identity cannot be represented by a sequence.Generator
EntityManagerImpl. getNamedGenerator(java.lang.String name)
Generator
OpenJPAEntityManager. getNamedGenerator(java.lang.String name)
Return the named generator defined in the metadata.
-