T
- result typepublic static interface Transaction.Callable<T>
Modifier and Type | Method and Description |
---|---|
T |
call(EntityManager em)
Gets called within a transaction.
|
T call(EntityManager em)
em
- current EntityManager instanceTransaction.execute(com.haulmont.cuba.core.Transaction.Callable)
.