public static interface JpaBuilder.JpaUnitOfWork<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(javax.persistence.EntityManager aEm)
Executes the unit of work.
|
T execute(javax.persistence.EntityManager aEm) throws Exception
aEm - Entity manager.Void for the return type and return
null from the implementation.ExceptionCopyright © 2025. All rights reserved.