package book.example.persistence.tests; public interface UnitOfWork { void work() throws Exception; }