Class SqlRepositoryBeanConfig


  • @Configuration
    public class SqlRepositoryBeanConfig
    extends Object
    SQL repository related configuration from DataSourceFactory through ORM all the way to TransactionManager. ConditionalOnMissingBean annotations are used to avoid duplicate bean acquirement that would happen when combined with alternative configurations (e.g. context XMLs for test).