|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoDetachType | |
---|---|
org.apache.openjpa.persistence | OpenJPA JPA |
Uses of AutoDetachType in org.apache.openjpa.persistence |
---|
Methods in org.apache.openjpa.persistence that return AutoDetachType | |
---|---|
static AutoDetachType |
AutoDetachType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AutoDetachType[] |
AutoDetachType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.openjpa.persistence that return types with arguments of type AutoDetachType | |
---|---|
EnumSet<AutoDetachType> |
OpenJPAEntityManager.getAutoDetach()
AutoDetachType values which indicate when persistent
managed objects should be automatically detached in-place. |
EnumSet<AutoDetachType> |
EntityManagerImpl.getAutoDetach()
|
static EnumSet<AutoDetachType> |
AutoDetachType.toEnumSet(int autoDetach)
|
Methods in org.apache.openjpa.persistence with parameters of type AutoDetachType | |
---|---|
void |
OpenJPAEntityManager.setAutoDetach(AutoDetachType value)
AutoDetachType values which indicate when persistent
managed objects should be automatically detached in-place. |
void |
EntityManagerImpl.setAutoDetach(AutoDetachType flag)
|
void |
OpenJPAEntityManager.setAutoDetach(AutoDetachType value,
boolean on)
Bit flags marked in AutoDetachType which indicate when persistent
managed objects should be automatically detached in-place. |
void |
EntityManagerImpl.setAutoDetach(AutoDetachType value,
boolean on)
|
Method parameters in org.apache.openjpa.persistence with type arguments of type AutoDetachType | |
---|---|
static int |
AutoDetachType.fromEnumSet(EnumSet<AutoDetachType> types)
|
void |
OpenJPAEntityManager.setAutoDetach(EnumSet<AutoDetachType> values)
AutoDetachType values which indicate when persistent
managed objects should be automatically detached in-place. |
void |
EntityManagerImpl.setAutoDetach(EnumSet<AutoDetachType> flags)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |