public class R2dbcRepositoryFactory
extends org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
R2dbcRepository instances.| Constructor and Description |
|---|
R2dbcRepositoryFactory(DatabaseClient databaseClient,
ReactiveDataAccessStrategy dataAccessStrategy)
|
R2dbcRepositoryFactory(R2dbcEntityOperations operations)
Creates a new
R2dbcRepositoryFactory given R2dbcEntityOperations. |
| Modifier and Type | Method and Description |
|---|---|
<T,ID> org.springframework.data.relational.repository.query.RelationalEntityInformation<T,ID> |
getEntityInformation(Class<T> domainClass) |
protected Optional<org.springframework.data.repository.query.QueryLookupStrategy> |
getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) |
protected Class<?> |
getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata) |
protected Object |
getTargetRepository(org.springframework.data.repository.core.RepositoryInformation information) |
setEvaluationContextProvider, validateaddInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClasspublic R2dbcRepositoryFactory(DatabaseClient databaseClient, ReactiveDataAccessStrategy dataAccessStrategy)
databaseClient - must not be null.dataAccessStrategy - must not be null.public R2dbcRepositoryFactory(R2dbcEntityOperations operations)
R2dbcRepositoryFactory given R2dbcEntityOperations.operations - must not be null.protected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
getRepositoryBaseClass in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation information)
getTargetRepository in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(@Nullable org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy in class org.springframework.data.repository.core.support.RepositoryFactorySupportpublic <T,ID> org.springframework.data.relational.repository.query.RelationalEntityInformation<T,ID> getEntityInformation(Class<T> domainClass)
getEntityInformation in class org.springframework.data.repository.core.support.RepositoryFactorySupportCopyright © 2018–2023 Pivotal Software, Inc.. All rights reserved.