Package | Description |
---|---|
com.holonplatform.jdbc | |
com.holonplatform.jdbc.internal |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceBuilder.registerFactory(DataSourceFactory factory)
Register a
DataSourceFactory to be used to build DataSource instances of the type returned by the
getDataSourceType() method. |
Modifier and Type | Method and Description |
---|---|
static Optional<DataSourceFactory> |
DefaultDataSourceBuilderConfiguration.getDataSourceFactory(ClassLoader classLoader,
String type)
Get the default
DataSourceFactory bound to given type and ClassLoader, if available. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDataSourceBuilder.registerFactory(DataSourceFactory factory) |
Copyright © 2020 The Holon Platform. All rights reserved.