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 java.lang.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
Subinterfaces of ComponentRepositoryDataSourceAware in tigase.vhosts Modifier and Type Interface Description interfaceVHostComponentRepositoryDataSourceAware<DS extends DataSource>Classes in tigase.vhosts that implement ComponentRepositoryDataSourceAware Modifier and Type Class Description classVHostJDBCRepositoryThis implementation stores virtual domains in the UserRepository database.
-