Class ReactiveNosqlRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
com.oracle.nosql.spring.data.repository.support.ReactiveNosqlRepositoryFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable
public class ReactiveNosqlRepositoryFactory
extends org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveNosqlRepositoryFactory(ReactiveNosqlOperations nosqlOperations, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.core.EntityInformation<?,?> getEntityInformation(org.springframework.data.repository.core.RepositoryMetadata metadata) protected Optional<org.springframework.data.repository.query.QueryLookupStrategy>getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.ValueExpressionDelegate valueExpressionDelegate) 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.repository.core.support.ReactiveRepositoryFactorySupport
validateMethods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getEntityInformation, getEnvironment, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setEnvironment, setEvaluationContextProvider, setExposeMetadata, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
-
Constructor Details
-
ReactiveNosqlRepositoryFactory
public ReactiveNosqlRepositoryFactory(ReactiveNosqlOperations nosqlOperations, org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
getEntityInformation
public org.springframework.data.repository.core.EntityInformation<?,?> getEntityInformation(org.springframework.data.repository.core.RepositoryMetadata metadata) - Overrides:
getEntityInformationin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-
getTargetRepository
protected Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation information) - Specified by:
getTargetRepositoryin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-
getRepositoryBaseClass
protected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata) - Specified by:
getRepositoryBaseClassin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-
getQueryLookupStrategy
protected Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.ValueExpressionDelegate valueExpressionDelegate) - Overrides:
getQueryLookupStrategyin classorg.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
-