Groovy Documentation

simplejpa.transaction
[Groovy] Enum EntityManagerLifespan

java.lang.Object
  java.lang.Enum
      simplejpa.transaction.EntityManagerLifespan

enum EntityManagerLifespan
extends Enum

Enum Constant Summary
MANUAL

TRANSACTION

 
Method Summary
EntityManagerLifespan valueOf(String name)

Returns the enum constant of this type with the specified name.

EntityManagerLifespan[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Enum
hashCode, equals, toString, compareTo, compareTo, valueOf, getDeclaringClass, name, ordinal, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MANUAL

EntityManagerLifespan MANUAL


TRANSACTION

EntityManagerLifespan TRANSACTION


 
Method Detail

valueOf

EntityManagerLifespan valueOf(String name)
Returns the enum constant of this type with the specified name.


values

EntityManagerLifespan[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation