Interface TxManager
- All Superinterfaces:
AutoCloseable
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault void
close()
<T> T
computeInTx
(Function<? super jakarta.persistence.EntityManager, T> task) static TxManager
default void
-
Method Details
-
getInstance
-
computeInTx
-
runInTx
-
close
default void close()- Specified by:
close
in interfaceAutoCloseable
-