Package | Description |
---|---|
play | |
play.db.jpa |
Modifier and Type | Method and Description |
---|---|
PlayPlugin.Filter.Function1<F.Function0<T>,T> |
PlayPlugin.Filter.asFunction() |
Modifier and Type | Method and Description |
---|---|
abstract T |
PlayPlugin.Filter.withinFilter(F.Function0<T> fct) |
Modifier and Type | Method and Description |
---|---|
Object |
JPAPlugin.TransactionalFilter.withinFilter(F.Function0<Object> fct) |
static <T> T |
JPA.withinFilter(F.Function0<T> block) |
static <T> T |
JPA.withTransaction(String dbName,
boolean readOnly,
F.Function0<T> block)
Run a block of code in a JPA transaction.
|
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly