|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Generator | |
---|---|
org.apache.openjpa.persistence | OpenJPA JPA |
Uses of Generator in org.apache.openjpa.persistence |
---|
Classes in org.apache.openjpa.persistence that implement Generator | |
---|---|
class |
GeneratorImpl
Represents a store sequence. |
Methods in org.apache.openjpa.persistence that return Generator | |
---|---|
Generator |
EntityManagerImpl.getFieldGenerator(Class forClass,
String fieldName)
|
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.getIdGenerator(Class forClass)
|
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.getNamedGenerator(String name)
|
Generator |
OpenJPAEntityManager.getNamedGenerator(String name)
Return the named generator defined in the metadata. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |