Methods in org.apache.openjpa.persistence that return Generator |
Generator |
OpenJPAEntityManager.getFieldGenerator(Class forClass,
String fieldName)
Returns a Generator for the generated values of the specified
type, or null if the field is not generated. |
Generator |
EntityManagerImpl.getFieldGenerator(Class forClass,
String fieldName)
|
Generator |
OpenJPAEntityManager.getIdGenerator(Class forClass)
Returns a Generator 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.getIdGenerator(Class forClass)
|
Generator |
OpenJPAEntityManager.getNamedGenerator(String name)
Return the named generator defined in the metadata. |
Generator |
EntityManagerImpl.getNamedGenerator(String name)
|