@NoRepositoryBean public interface BaseRepository extends JpaRepository { List findAll(Specification spec, int offset, int maxResults, Sort sort); List findAll(Specification spec, int offset, int maxResults); }