| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of AutoDetachType in org.apache.openjpa.persistence | 
|---|
| Methods in org.apache.openjpa.persistence that return AutoDetachType | |
|---|---|
| static AutoDetachType | AutoDetachType.valueOf(java.lang.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're declared. | 
| Methods in org.apache.openjpa.persistence that return types with arguments of type AutoDetachType | |
|---|---|
|  java.util.EnumSet<AutoDetachType> | OpenJPAEntityManager.getAutoDetach()AutoDetachTypevalues which indicate when persistent
 managed objects should be automatically detached in-place. | 
|  java.util.EnumSet<AutoDetachType> | EntityManagerImpl.getAutoDetach() | 
| static java.util.EnumSet<AutoDetachType> | AutoDetachType.toEnumSet(int autoDetach) | 
| Methods in org.apache.openjpa.persistence with parameters of type AutoDetachType | |
|---|---|
|  void | OpenJPAEntityManager.setAutoDetach(AutoDetachType value)AutoDetachTypevalues 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 AutoDetachTypewhich 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(java.util.EnumSet<AutoDetachType> types) | 
|  void | OpenJPAEntityManager.setAutoDetach(java.util.EnumSet<AutoDetachType> values)AutoDetachTypevalues which indicate when persistent
 managed objects should be automatically detached in-place. | 
|  void | EntityManagerImpl.setAutoDetach(java.util.EnumSet<AutoDetachType> flags) | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||