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