Uses of Enum
org.apache.openjpa.persistence.AutoDetachType
-
Uses of AutoDetachType in org.apache.openjpa.persistence
Modifier and TypeMethodDescriptionstatic AutoDetachType
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.Modifier and TypeMethodDescriptionEntityManagerImpl.getAutoDetach()
OpenJPAEntityManager.getAutoDetach()
AutoDetachType
values which indicate when persistent managed objects should be automatically detached in-place.static EnumSet<AutoDetachType>
AutoDetachType.toEnumSet
(int autoDetach) Modifier and TypeMethodDescriptionvoid
EntityManagerImpl.setAutoDetach
(AutoDetachType flag) void
EntityManagerImpl.setAutoDetach
(AutoDetachType value, boolean on) void
OpenJPAEntityManager.setAutoDetach
(AutoDetachType value) AutoDetachType
values which indicate when persistent managed objects should be automatically detached in-place.void
OpenJPAEntityManager.setAutoDetach
(AutoDetachType value, boolean on) Bit flags marked inAutoDetachType
which indicate when persistent managed objects should be automatically detached in-place.Modifier and TypeMethodDescriptionstatic int
AutoDetachType.fromEnumSet
(EnumSet<AutoDetachType> types) void
EntityManagerImpl.setAutoDetach
(EnumSet<AutoDetachType> flags) void
OpenJPAEntityManager.setAutoDetach
(EnumSet<AutoDetachType> values) AutoDetachType
values which indicate when persistent managed objects should be automatically detached in-place.