Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratorImpl
Represents a store sequence.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.