T - the type of the repositorypublic class DynamoDBRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>
extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
FactoryBean interface to allow easy
setup of repository factories via Spring configuration.| Constructor | Description |
|---|---|
DynamoDBRepositoryFactoryBean(Class<? extends T> repositoryInterface) |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory() |
|
void |
setDynamoDBMappingContext(DynamoDBMappingContext dynamoDBMappingContext) |
|
void |
setDynamoDBMappingContextProcessor(DynamoDBMappingContextProcessor<S,ID> dynamoDBMappingContextProcessor) |
|
void |
setDynamoDBOperations(DynamoDBOperations dynamoDBOperations) |
|
void |
setEntity2DynamoDBTableSynchronizer(Entity2DynamoDBTableSynchronizer<S,ID> tableSynchronizer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterPropertiesSet, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragmentsprotected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
public void setDynamoDBMappingContextProcessor(DynamoDBMappingContextProcessor<S,ID> dynamoDBMappingContextProcessor)
public void setEntity2DynamoDBTableSynchronizer(Entity2DynamoDBTableSynchronizer<S,ID> tableSynchronizer)
public void setDynamoDBOperations(DynamoDBOperations dynamoDBOperations)
public void setDynamoDBMappingContext(DynamoDBMappingContext dynamoDBMappingContext)
Copyright © 2018–2019. All rights reserved.