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 AutoDetachTypeReturns 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()AutoDetachTypevalues 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 TypeMethodDescriptionvoidEntityManagerImpl.setAutoDetach(AutoDetachType flag) voidEntityManagerImpl.setAutoDetach(AutoDetachType value, boolean on) voidOpenJPAEntityManager.setAutoDetach(AutoDetachType value) AutoDetachTypevalues which indicate when persistent managed objects should be automatically detached in-place.voidOpenJPAEntityManager.setAutoDetach(AutoDetachType value, boolean on) Bit flags marked inAutoDetachTypewhich 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 intAutoDetachType.fromEnumSet(EnumSet<AutoDetachType> types) voidEntityManagerImpl.setAutoDetach(EnumSet<AutoDetachType> flags) voidOpenJPAEntityManager.setAutoDetach(EnumSet<AutoDetachType> values) AutoDetachTypevalues which indicate when persistent managed objects should be automatically detached in-place.