Package com.infobip.spring.data.r2dbc
Class QuerydslR2dbcRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
com.infobip.spring.data.r2dbc.QuerydslR2dbcRepositoryFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware
public class QuerydslR2dbcRepositoryFactory
extends org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
Constructor Summary
ConstructorsConstructorDescriptionQuerydslR2dbcRepositoryFactory(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations, com.querydsl.sql.SQLQueryFactory sqlQueryFactory, org.springframework.r2dbc.core.DatabaseClient databaseClient, com.querydsl.sql.SQLTemplates sqlTemplates) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragmentsgetRepositoryFragments(org.springframework.data.repository.core.RepositoryMetadata metadata) Methods inherited from class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
getEntityInformation, getQueryLookupStrategy, getRepositoryBaseClass, getTargetRepositoryMethods inherited from class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
setEvaluationContextProvider, validateMethods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
-
Constructor Details
-
QuerydslR2dbcRepositoryFactory
public QuerydslR2dbcRepositoryFactory(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations, com.querydsl.sql.SQLQueryFactory sqlQueryFactory, org.springframework.r2dbc.core.DatabaseClient databaseClient, com.querydsl.sql.SQLTemplates sqlTemplates)
-
-
Method Details
-
getRepositoryFragments
protected org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments getRepositoryFragments(org.springframework.data.repository.core.RepositoryMetadata metadata) - Overrides:
getRepositoryFragmentsin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-