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 are declared. |