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