Index
All Classes and Interfaces|All Packages|Serialized Form
D
- DataSourceException - Exception in dev.voidframework.exception
-
All exceptions thrown by the Data Source feature are subclasses of
DataSourceException
. - DataSourceException(String) - Constructor for exception dev.voidframework.exception.DataSourceException
-
Build a new instance.
- DataSourceException(String, Throwable) - Constructor for exception dev.voidframework.exception.DataSourceException
-
Build a new instance.
- DataSourceException.DriverLoadFailure - Exception in dev.voidframework.exception
-
Exception indicates that driver can't be loaded.
- DataSourceException.NotConfigured - Exception in dev.voidframework.exception
-
Exception indicates that data source configuration is missing.
- DataSourceManager - Class in dev.voidframework.datasource
-
Data source manager.
- DataSourceManager(Map<String, DataSource>) - Constructor for class dev.voidframework.datasource.DataSourceManager
-
Build a new instance.
- dev.voidframework.datasource - package dev.voidframework.datasource
- dev.voidframework.exception - package dev.voidframework.exception
- DriverLoadFailure(String, Throwable) - Constructor for exception dev.voidframework.exception.DataSourceException.DriverLoadFailure
-
Build a new instance.
G
- getConnection() - Method in class dev.voidframework.datasource.DataSourceManager
-
Retrieves a connection from the default data source.
- getConnection(String) - Method in class dev.voidframework.datasource.DataSourceManager
-
Retrieves a connection from a specific data source.
- getDataSource() - Method in class dev.voidframework.datasource.DataSourceManager
-
Retrieves the default data source.
- getDataSource(String) - Method in class dev.voidframework.datasource.DataSourceManager
-
Retrieves a specific data source.
N
- NotConfigured() - Constructor for exception dev.voidframework.exception.DataSourceException.NotConfigured
-
Build a new instance.
All Classes and Interfaces|All Packages|Serialized Form