simplejpa.transaction
[Groovy] Enum EntityManagerLifespan
java.lang.Object
java.lang.Enum
simplejpa.transaction.EntityManagerLifespan
enum EntityManagerLifespan
extends Enum
|
Methods inherited from class Enum
|
| hashCode, equals, toString, compareTo, compareTo, valueOf, getDeclaringClass, name, ordinal, getClass, notify, notifyAll, wait, wait, wait |
MANUAL
EntityManagerLifespan MANUAL
-
TRANSACTION
EntityManagerLifespan TRANSACTION
-
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