Uses of Class
tigase.db.util.SchemaManager.RepoInfo
Packages that use SchemaManager.RepoInfo
-
Uses of SchemaManager.RepoInfo in tigase.db.util
Methods in tigase.db.util that return types with arguments of type SchemaManager.RepoInfoModifier and TypeMethodDescriptionstatic List<SchemaManager.RepoInfo>
SchemaManager.getRepositories
(Kernel kernel, List<BeanConfig> repoBeans, Map<String, Object> config) SchemaManager.SchemaInfo.getRepositories()
Constructor parameters in tigase.db.util with type arguments of type SchemaManager.RepoInfoModifierConstructorDescriptionSchemaInfo
(String id, String name, boolean external, List<SchemaManager.RepoInfo> repositories) SchemaInfo
(Repository.SchemaId schema, List<SchemaManager.RepoInfo> repositories) -
Uses of SchemaManager.RepoInfo in tigase.db.util.importexport
Methods in tigase.db.util.importexport with parameters of type SchemaManager.RepoInfoModifier and TypeMethodDescription<R> R
DataSourceHelper.createRepository
(SchemaManager.RepoInfo repoInfo) Constructor parameters in tigase.db.util.importexport with type arguments of type SchemaManager.RepoInfoModifierConstructorDescriptionRepositoryHolder
(DataSourceHelper dataSourceHelper, List<SchemaManager.RepoInfo> allRepoInfos)