Uses of Enum
org.apache.openjpa.persistence.AutoDetachType
Packages that use AutoDetachType
-
Uses of AutoDetachType in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return AutoDetachTypeModifier 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.Methods in org.apache.openjpa.persistence that return types with arguments of type AutoDetachTypeModifier 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) Methods in org.apache.openjpa.persistence with parameters of type AutoDetachTypeModifier 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.Method parameters in org.apache.openjpa.persistence with type arguments of type AutoDetachTypeModifier 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.