Interface UnitOfWorkFactory

All Known Implementing Classes:
SimpleUnitOfWorkFactory, TransactionalUnitOfWorkFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UnitOfWorkFactory
Factory for creating UnitOfWork instances. Useful to create units of work that are bound to some context, such as a database transaction.
Since:
5.0.0
Author:
Mateusz Nowak