Package com.infobip.spring.data.r2dbc
Class QuerydslR2dbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean<T,S,ID>
com.infobip.spring.data.r2dbc.QuerydslR2dbcRepositoryFactoryBean<T,S,ID>
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.FactoryBean<T>,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationEventPublisherAware,org.springframework.data.repository.core.support.RepositoryFactoryInformation<S,ID>
public class QuerydslR2dbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>
extends org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean<T,S,ID>
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQuerydslR2dbcRepositoryFactoryBean(Class<? extends T> repositoryInterface) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.data.repository.core.support.RepositoryFactorySupportgetFactoryInstance(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations) voidsetDatabaseClient(org.springframework.r2dbc.core.DatabaseClient databaseClient) voidsetSQLQueryFactory(com.querydsl.sql.SQLQueryFactory sqlQueryFactory) voidsetSqlTemplates(com.querydsl.sql.SQLTemplates sqlTemplates) Methods inherited from class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
afterPropertiesSet, createDefaultQueryMethodEvaluationContextProvider, createRepositoryFactory, getFactoryInstance, setApplicationContext, setDataAccessStrategy, setEntityOperations, setMappingContextMethods inherited from class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
addRepositoryFactoryCustomizer, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments
-
Constructor Details
-
QuerydslR2dbcRepositoryFactoryBean
-
-
Method Details
-
getFactoryInstance
protected org.springframework.data.repository.core.support.RepositoryFactorySupport getFactoryInstance(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations) -
setSQLQueryFactory
@Autowired public void setSQLQueryFactory(com.querydsl.sql.SQLQueryFactory sqlQueryFactory) -
setDatabaseClient
@Autowired public void setDatabaseClient(org.springframework.r2dbc.core.DatabaseClient databaseClient) -
setSqlTemplates
@Autowired public void setSqlTemplates(com.querydsl.sql.SQLTemplates sqlTemplates)
-