public class DynamicJdbcRepositoryFactory
extends org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
| Constructor and Description |
|---|
DynamicJdbcRepositoryFactory(org.springframework.data.jdbc.core.convert.DataAccessStrategy dataAccessStrategy,
org.springframework.data.relational.core.mapping.RelationalMappingContext context,
org.springframework.data.jdbc.core.convert.JdbcConverter converter,
org.springframework.data.relational.core.dialect.Dialect dialect,
org.springframework.context.ApplicationEventPublisher publisher,
org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations)
Creates a new
DynamicJdbcRepositoryFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<org.springframework.data.repository.query.QueryLookupStrategy> |
getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setEntityCallbacks(org.springframework.data.mapping.callback.EntityCallbacks entityCallbacks) |
getEntityInformation, getRepositoryBaseClass, getTargetRepository, setQueryMappingConfigurationaddInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validatepublic DynamicJdbcRepositoryFactory(org.springframework.data.jdbc.core.convert.DataAccessStrategy dataAccessStrategy,
org.springframework.data.relational.core.mapping.RelationalMappingContext context,
org.springframework.data.jdbc.core.convert.JdbcConverter converter,
org.springframework.data.relational.core.dialect.Dialect dialect,
org.springframework.context.ApplicationEventPublisher publisher,
org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations)
DynamicJdbcRepositoryFactory.protected java.util.Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactorypublic void setEntityCallbacks(org.springframework.data.mapping.callback.EntityCallbacks entityCallbacks)
setEntityCallbacks in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactorypublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwaresetBeanFactory in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory