@ProviderType
public interface DBManager
Modifier and Type | Method and Description |
---|---|
DB |
getDB() |
DB |
getDB(DBType dbType,
javax.sql.DataSource dataSource) |
DBType |
getDBType(Object dialect) |
Set<DBType> |
getDBTypes() |
void |
setDB(DB db) |