Class DynamoDBRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,​ID>,​S,​ID extends java.io.Serializable>

  • Type Parameters:
    T - the type of the repository
    All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.data.repository.core.support.RepositoryFactoryInformation<S,​ID>

    public class DynamoDBRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,​ID>,​S,​ID extends java.io.Serializable>
    extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,​S,​ID>
    Special adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
    Author:
    Michael Lavelle, Sebastian Just
    • Constructor Detail

      • DynamoDBRepositoryFactoryBean

        public DynamoDBRepositoryFactoryBean​(java.lang.Class<? extends T> repositoryInterface)
    • Method Detail

      • createRepositoryFactory

        protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
        Specified by:
        createRepositoryFactory in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T extends org.springframework.data.repository.Repository<S,​ID>,​S,​ID extends java.io.Serializable>
      • setDynamoDBOperations

        public void setDynamoDBOperations​(DynamoDBOperations dynamoDBOperations)
      • setDynamoDBMappingContext

        public void setDynamoDBMappingContext​(DynamoDBMappingContext dynamoDBMappingContext)