Class PassThroughUnitOfWork

  • All Implemented Interfaces:
    UnitOfWork

    public class PassThroughUnitOfWork
    extends Object
    implements UnitOfWork
    The simplest version of unit of work (and one used when no other is configured) that simply pass through the work it intercepts. It has no operation methods for life cycle methods like start, end and abort.
    • Constructor Detail

      • PassThroughUnitOfWork

        public PassThroughUnitOfWork()