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

Packages that use ConnectionRetainMode
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of ConnectionRetainMode in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return ConnectionRetainMode
(package private) static ConnectionRetainMode ConnectionRetainMode.fromKernelConstant(int kernelConstant)
           
 ConnectionRetainMode OpenJPAEntityManager.getConnectionRetainMode()
          Return the connection retain mode for this entity manager.
 ConnectionRetainMode EntityManagerImpl.getConnectionRetainMode()
           
static ConnectionRetainMode ConnectionRetainMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionRetainMode[] ConnectionRetainMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



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