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 Map<SchemaManager.DataSourceInfo,List<SchemaManager.ResultEntry>>SchemaManager. destroySchemas(Collection<SchemaManager.DataSourceInfo> dataSources)static Map<SchemaManager.DataSourceInfo,List<SchemaManager.SchemaInfo>>SchemaManager. getDataSourcesAndSchemas(Map<String,Object> config)static Map<SchemaManager.DataSourceInfo,List<SchemaManager.SchemaInfo>>SchemaManager. getDefaultDataSourceAndSchemas(String dbUri)Map<SchemaManager.DataSourceInfo,List<SchemaManager.ResultEntry>>SchemaManager. loadSchemas()Method parameters in tigase.db.util with type arguments of type SchemaManager.DataSourceInfo Modifier and Type Method Description Map<SchemaManager.DataSourceInfo,List<SchemaManager.ResultEntry>>SchemaManager. destroySchemas(Collection<SchemaManager.DataSourceInfo> dataSources)Constructors in tigase.db.util with parameters of type SchemaManager.DataSourceInfo Constructor Description RepoInfo(BeanConfig beanConfig, SchemaManager.DataSourceInfo dataSource, Class<?> implementation)
-