Class QuerydslFastPagingRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.jpa.repository.support.JpaRepositoryFactory
biz.devstack.springframework.boot.jpa.fastpaging.QuerydslFastPagingRepositoryFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware
public class QuerydslFastPagingRepositoryFactory
extends org.springframework.data.jpa.repository.support.JpaRepositoryFactory
-
Constructor Summary
ConstructorsConstructorDescriptionQuerydslFastPagingRepositoryFactory(jakarta.persistence.EntityManager entityManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragmentsgetRepositoryFragments(org.springframework.data.repository.core.RepositoryMetadata metadata, jakarta.persistence.EntityManager entityManager, org.springframework.data.querydsl.EntityPathResolver resolver, org.springframework.data.jpa.repository.support.CrudMethodMetadata crudMethodMetadata) Methods inherited from class org.springframework.data.jpa.repository.support.JpaRepositoryFactory
getEntityInformation, getProjectionFactory, getQueryLookupStrategy, getRepositoryBaseClass, getRepositoryFragments, getTargetRepository, getTargetRepository, setBeanClassLoader, setBeanFactory, setEntityPathResolver, setEscapeCharacter, setQueryMethodFactory, setQueryRewriterProviderMethods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validate
-
Constructor Details
-
QuerydslFastPagingRepositoryFactory
public QuerydslFastPagingRepositoryFactory(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
getRepositoryFragments
protected org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments getRepositoryFragments(org.springframework.data.repository.core.RepositoryMetadata metadata, jakarta.persistence.EntityManager entityManager, org.springframework.data.querydsl.EntityPathResolver resolver, org.springframework.data.jpa.repository.support.CrudMethodMetadata crudMethodMetadata) - Overrides:
getRepositoryFragmentsin classorg.springframework.data.jpa.repository.support.JpaRepositoryFactory
-