Uses of Interface
io.automatiko.engine.api.uow.UnitOfWork
-
Packages that use UnitOfWork Package Description io.automatiko.engine.api.uow -
-
Uses of UnitOfWork in io.automatiko.engine.api.uow
Methods in io.automatiko.engine.api.uow that return UnitOfWork Modifier and Type Method Description UnitOfWorkUnitOfWorkFactory. create(EventManager eventManager)Creates new instance of UnitOfWork implementation backed by this factory.UnitOfWorkUnitOfWorkManager. currentUnitOfWork()Returns current unit of work for this execution context (usually thread).UnitOfWorkUnitOfWorkManager. newUnitOfWork()Returns new not started UnitOfWork that is associated with the manager to manage it's life cycle.
-