Uses of Interface
tigase.db.comp.ComponentRepositoryDataSourceAware
-
Packages that use ComponentRepositoryDataSourceAware Package Description tigase.cluster tigase.cluster.repo tigase.db.comp tigase.vhosts -
-
Uses of ComponentRepositoryDataSourceAware in tigase.cluster
Methods in tigase.cluster that return types with arguments of type ComponentRepositoryDataSourceAware Modifier and Type Method Description protected Class<? extends ComponentRepositoryDataSourceAware<ClusterRepoItem,DataSource>>ClusterConnectionManager.DefClConRepositoryBean. findClassForDataSource(DataSource dataSource) -
Uses of ComponentRepositoryDataSourceAware in tigase.cluster.repo
Classes in tigase.cluster.repo that implement ComponentRepositoryDataSourceAware Modifier and Type Class Description classClConSQLRepository -
Uses of ComponentRepositoryDataSourceAware in tigase.db.comp
Methods in tigase.db.comp with parameters of type ComponentRepositoryDataSourceAware Modifier and Type Method Description voidAbstractSDComponentRepositoryBean. setRepository(ComponentRepositoryDataSourceAware<Item,DataSource> repository) -
Uses of ComponentRepositoryDataSourceAware in tigase.vhosts
Classes in tigase.vhosts that implement ComponentRepositoryDataSourceAware Modifier and Type Class Description classVHostJDBCRepositoryThis implementation stores virtual domains in the UserRepository database.Methods in tigase.vhosts that return types with arguments of type ComponentRepositoryDataSourceAware Modifier and Type Method Description protected Class<? extends ComponentRepositoryDataSourceAware<VHostItem,DataSource>>VHostManager.DefVHostRepositoryBean. findClassForDataSource(DataSource dataSource)
-