Class LcR2dbcRepositoryFactory
- java.lang.Object
-
- org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
-
- org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
- net.lecousin.reactive.data.relational.repository.LcR2dbcRepositoryFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware
public class LcR2dbcRepositoryFactory extends org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
-
Constructor Summary
Constructors Constructor Description LcR2dbcRepositoryFactory(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations, LcReactiveDataRelationalClient lcClient)LcR2dbcRepositoryFactory(org.springframework.r2dbc.core.DatabaseClient databaseClient, org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy dataAccessStrategy, LcReactiveDataRelationalClient lcClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<?>getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)protected ObjectgetTargetRepository(org.springframework.data.repository.core.RepositoryInformation information)-
Methods inherited from class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
getEntityInformation, getQueryLookupStrategy
-
Methods inherited from class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
setEvaluationContextProvider, validate
-
Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, setBeanClassLoader, setBeanFactory, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
-
-
-
-
Constructor Detail
-
LcR2dbcRepositoryFactory
public LcR2dbcRepositoryFactory(org.springframework.r2dbc.core.DatabaseClient databaseClient, org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy dataAccessStrategy, LcReactiveDataRelationalClient lcClient)
-
LcR2dbcRepositoryFactory
public LcR2dbcRepositoryFactory(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations, LcReactiveDataRelationalClient lcClient)
-
-
Method Detail
-
getRepositoryBaseClass
protected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
- Overrides:
getRepositoryBaseClassin classorg.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
getTargetRepository
protected Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation information)
- Overrides:
getTargetRepositoryin classorg.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
-