Package net.n2oapp.platform.seek
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
ConstructorsConstructorDescriptionSeekableRepositoryImpl(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 TypeMethodDescriptionMethods inherited from class org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor
count, createCountQuery, createQuery, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
findAll
- Specified by:
findAllin interfaceSeekableRepository<T>
-
findAll
- Specified by:
findAllin interfaceSeekableRepository<T>
-