Uses of Class
org.apache.openjpa.persistence.AutoDetachType

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're declared.
 

Methods in org.apache.openjpa.persistence that return types with arguments of type AutoDetachType
 EnumSet<AutoDetachType> EntityManagerImpl.getAutoDetach()
           
 EnumSet<AutoDetachType> 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 AutoDetachType
 void EntityManagerImpl.setAutoDetach(AutoDetachType flag)
           
 void OpenJPAEntityManager.setAutoDetach(AutoDetachType value)
          AutoDetachType values which indicate when persistent managed objects should be automatically detached in-place.
 

Method parameters in org.apache.openjpa.persistence with type arguments of type AutoDetachType
static 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.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.