|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseConnection | |
---|---|
org.salespointframework.core.data.database | Database connection implementations |
org.salespointframework.core.data.events | Provides classes and interfaces for events triggered by classes in the data package and its sub-packages. |
Uses of DatabaseConnection in org.salespointframework.core.data.database |
---|
Classes in org.salespointframework.core.data.database that implement DatabaseConnection | |
---|---|
class |
AbstractJavaDBConnection
This abstract class is for JavaDB Connections JavaDBClientConnection and JavaDBEmbeddedConnection
it provides an abstract configuration and a typemap ans special commands, which are suitable for both special
connections |
class |
DefaultDatabaseConnection
The default database connection. |
class |
JavaDBClientConnection
The DatabaseConnection implementation for JavaDB remote connections do derby servers |
class |
JavaDBEmbeddedConnection
DatabaseConnection implementation for an embedded javadb connection |
class |
MssqlDatabaseConnection
DatabaseConnection implementation for Microsoft SQL server (also express editions) 2008 |
class |
MysqlDatabaseConnection
This is the DatabaseConnection for Mysql Connections. |
class |
SqliteDatabaseConnection
This is the implementation of DatabaseConnection for Sqlite 3 databases |
Methods in org.salespointframework.core.data.database that return DatabaseConnection | |
---|---|
DatabaseConnection |
PersistenceManager.getDatabaseConnection()
returns the current database connection |
DatabaseConnection |
SqliteTemplate.newInstance()
returns a new instance of SqliteDatabaseConnection |
DatabaseConnection |
MysqlTemplate.newInstance()
returns a new instance of MysqlDatabaseConnection |
DatabaseConnection |
MssqlTemplate.newInstance()
returns a new instance of MssqlDatabaseConnection |
DatabaseConnection |
JavaDBEmbeddedTemplate.newInstance()
returns a new JavaDBEmbeddedConnection instance |
DatabaseConnection |
JavaDBClientTemplate.newInstance()
returns a new JavaDBClientConnection instance |
DatabaseConnection |
DatabaseConnectionTemplate.newInstance()
create a new instance of DatabaseConnection |
Methods in org.salespointframework.core.data.database that return types with arguments of type DatabaseConnection | |
---|---|
java.util.List<DatabaseConnection> |
PersistenceManager.getConnections()
returns a read only list of regsitered database connections |
Methods in org.salespointframework.core.data.database with parameters of type DatabaseConnection | |
---|---|
boolean |
PersistenceManager.registerConnection(DatabaseConnection dbc)
registers an new Database connection |
void |
PersistenceManager.setDatabaseConnection(DatabaseConnection dbc)
set the current database connection |
void |
DefaultClassFieldMapper.setDataseConnection(DatabaseConnection dbc)
|
void |
ClassFieldMapper.setDataseConnection(DatabaseConnection dbc)
current database connection to work with |
void |
PersistenceManager.unregisterConnection(DatabaseConnection dbc)
removes a database connection |
Uses of DatabaseConnection in org.salespointframework.core.data.events |
---|
Methods in org.salespointframework.core.data.events with parameters of type DatabaseConnection | |
---|---|
void |
PersistenceStateListener.connectionStateChanged(PersistenceStateListener.ConnectionState state,
DatabaseConnection dbc)
The connection state changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |