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