|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
java.lang.Objectsimplejpa.transaction.SimpleJpaTransaction
@Retention(RetentionPolicy.SOURCE)
@Target([ElementType.TYPE, ElementType.METHOD, ElementType.FIELD])
@GroovyASTTransformationClass("simplejpa.transaction.TransactionTransformation")
@interface SimpleJpaTransaction
| Nested Class Summary | |
|---|---|
enum |
SimpleJpaTransaction.Policy
|
| Method Summary | |
|---|---|
boolean
|
newSession()
@default false |
SimpleJpaTransaction.Policy
|
value()
@default Policy.PROPAGATE |
SimpleJpaTransaction
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
SimpleJpaTransaction[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
boolean newSession()
SimpleJpaTransaction.Policy value()
SimpleJpaTransaction valueOf(String name)
SimpleJpaTransaction[] values()
Groovy Documentation