Uses of Class
org.apache.openjpa.persistence.ConnectionRetainMode
-
Packages that use ConnectionRetainMode Package Description org.apache.openjpa.persistence OpenJPA JPA -
-
Uses of ConnectionRetainMode in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return ConnectionRetainMode Modifier and Type Method Description ConnectionRetainMode
EntityManagerImpl. getConnectionRetainMode()
ConnectionRetainMode
OpenJPAEntityManager. getConnectionRetainMode()
Return the connection retain mode for this entity manager.static ConnectionRetainMode
ConnectionRetainMode. valueOf(java.lang.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 are declared.
-