Package tigase.db.util
Class SchemaManager.RepoInfo
- java.lang.Object
-
- tigase.db.util.SchemaManager.RepoInfo
-
- Enclosing class:
- SchemaManager
public static class SchemaManager.RepoInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description RepoInfo(BeanConfig beanConfig, SchemaManager.DataSourceInfo dataSource, Class<?> implementation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaManager.DataSourceInfogetDataSource()Class<?>getImplementation()StringtoString()
-
-
-
Constructor Detail
-
RepoInfo
public RepoInfo(BeanConfig beanConfig, SchemaManager.DataSourceInfo dataSource, Class<?> implementation)
-
-
Method Detail
-
getDataSource
public SchemaManager.DataSourceInfo getDataSource()
-
getImplementation
public Class<?> getImplementation()
-
-