Uses of Class
tigase.db.util.SchemaManager.DataSourceInfo
-
Packages that use SchemaManager.DataSourceInfo Package Description tigase.db.util -
-
Uses of SchemaManager.DataSourceInfo in tigase.db.util
Methods in tigase.db.util that return SchemaManager.DataSourceInfo Modifier and Type Method Description SchemaManager.DataSourceInfoSchemaManager.RepoInfo. getDataSource()Methods in tigase.db.util that return types with arguments of type SchemaManager.DataSourceInfo Modifier and Type Method Description java.util.Map<SchemaManager.DataSourceInfo,java.util.List<SchemaManager.ResultEntry>>SchemaManager. destroySchemas(java.util.Collection<SchemaManager.DataSourceInfo> dataSources)static java.util.Map<SchemaManager.DataSourceInfo,java.util.List<SchemaManager.SchemaInfo>>SchemaManager. getDataSourcesAndSchemas(java.util.Map<java.lang.String,java.lang.Object> config)static java.util.Map<SchemaManager.DataSourceInfo,java.util.List<SchemaManager.SchemaInfo>>SchemaManager. getDefaultDataSourceAndSchemas(java.lang.String dbUri)java.util.Map<SchemaManager.DataSourceInfo,java.util.List<SchemaManager.ResultEntry>>SchemaManager. loadSchemas()Method parameters in tigase.db.util with type arguments of type SchemaManager.DataSourceInfo Modifier and Type Method Description java.util.Map<SchemaManager.DataSourceInfo,java.util.List<SchemaManager.ResultEntry>>SchemaManager. destroySchemas(java.util.Collection<SchemaManager.DataSourceInfo> dataSources)Constructors in tigase.db.util with parameters of type SchemaManager.DataSourceInfo Constructor Description RepoInfo(BeanConfig beanConfig, SchemaManager.DataSourceInfo dataSource, java.lang.Class<?> implementation)
-