|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceBuilder | |
|---|---|
| com.zphinx.spine.start.helpers | Classes and helpers used to initialize and configure Spine application framework at startup. |
| com.zphinx.spine.start.helpers.impl | Implementations of classes and helpers used to initialize and configure Spine application framework at startup. |
| Uses of DataSourceBuilder in com.zphinx.spine.start.helpers |
|---|
| Methods in com.zphinx.spine.start.helpers that return DataSourceBuilder | |
|---|---|
DataSourceBuilder |
DataSourceServiceLocator.initiateBuilder(Map map)
Creates a DataSourceBuilder using the map |
| Methods in com.zphinx.spine.start.helpers with parameters of type DataSourceBuilder | |
|---|---|
void |
DataSourceServiceLocator.createDataSource(String key,
Map map,
DataSourceBuilder sourceBuilder)
Creates a dataSource using the specified map properties, the DataSourceBuilder and the associated key. |
| Uses of DataSourceBuilder in com.zphinx.spine.start.helpers.impl |
|---|
| Classes in com.zphinx.spine.start.helpers.impl that implement DataSourceBuilder | |
|---|---|
class |
DefaultDataSourceBuilder
DefaultDataSourceBuilder is a DataSourceBuilder that attempts to initialize a dataSOurce based on the properties specified by a user in configuration. |
class |
MysqlDataSourceBuilder
MysqlDataSourceBuilder is the DataSourceBuilder used to create a Mysql DataSource by the spine system |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||