|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DetachStateType | |
---|---|
org.apache.openjpa.persistence | OpenJPA JPA |
Uses of DetachStateType in org.apache.openjpa.persistence |
---|
Methods in org.apache.openjpa.persistence that return DetachStateType | |
---|---|
(package private) static DetachStateType |
DetachStateType.fromKernelConstant(int kernelConstant)
|
DetachStateType |
OpenJPAEntityManager.getDetachState()
Detach mode constant to determine which fields are part of the detached graph. |
DetachStateType |
EntityManagerImpl.getDetachState()
|
static DetachStateType |
DetachStateType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DetachStateType[] |
DetachStateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.openjpa.persistence with parameters of type DetachStateType | |
---|---|
void |
OpenJPAEntityManager.setDetachState(DetachStateType type)
Detach mode constant to determine which fields are part of the detached graph. |
void |
EntityManagerImpl.setDetachState(DetachStateType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |