Class SeekableRepositoryImpl<T>

java.lang.Object
org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor<T>
net.n2oapp.platform.seek.SeekableRepositoryImpl<T>
All Implemented Interfaces:
SeekableRepository<T>, org.springframework.data.querydsl.QuerydslPredicateExecutor<T>

public class SeekableRepositoryImpl<T> extends org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor<T> implements SeekableRepository<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    SeekableRepositoryImpl(org.springframework.data.jpa.repository.support.JpaEntityInformation<T,?> entityInformation, jakarta.persistence.EntityManager entityManager, org.springframework.data.querydsl.EntityPathResolver resolver, org.springframework.data.jpa.repository.support.CrudMethodMetadata metadata, Class<?> repositoryInterface)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    findAll(Seekable seekable)
     
    findAll(Seekable seekable, com.querydsl.core.types.Predicate predicate)
     

    Methods inherited from class org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor

    count, createCountQuery, createQuery, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

    count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
  • Constructor Details

    • SeekableRepositoryImpl

      public SeekableRepositoryImpl(org.springframework.data.jpa.repository.support.JpaEntityInformation<T,?> entityInformation, jakarta.persistence.EntityManager entityManager, org.springframework.data.querydsl.EntityPathResolver resolver, org.springframework.data.jpa.repository.support.CrudMethodMetadata metadata, Class<?> repositoryInterface)
  • Method Details