Package io.automatiko.engine.api.uow
-
Interface Summary Interface Description UnitOfWork Unit of Work allows to group related activities and operation into single unit.UnitOfWorkFactory Factory responsible for create instances of UnitOfWork of given implementation type.UnitOfWorkManager Manager that controls and give access to UnitOfWork.WorkUnit<T> Defines individual work unit that can be associated with unit of work