Package tigase.db.beans
package tigase.db.beans
-
ClassDescriptionClass implements bean for multi domain pool for authentication repositories.Configuration bean for authentication repository per domain Created by andrzej on 09.03.2016.This is main bean responsible for managing and initialization of data sources.Abstract class providing base part for implementation of pool for multiple domains.Class extends MDPoolBean class by adding support for statistics gathering for every managed repository.Base class for configuration beans of
DataSourceBean,AuthRepositoryMDPoolBeanandUserRepositoryMDPoolBean
Created by andrzej on 08.03.2016.MDRepositoryBean<T extends DataSourceAware>Abstract class implementing bean to which should be used to create name aware repository pool.MDRepositoryConfigBean is bean responsible for basic management and initialization of repository for domain.Determines behaviour of MDRepositoryBean.MDRepositoryBeanWithStatistics<T extends DataSourceAware>Extended version of MDRepositoryBean class with support for statistics gathering.SDRepositoryBean<A extends DataSourceAware>Abstract class implementing bean to which can be used to create name unaware repository pool.SDRepositoryBeanWithStatistics<T extends DataSourceAware>Extended version of SDRepositoryBean class with support for statistics gathering.Class implements bean for multi domain pool for user repositories.