|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Database | |
---|---|
com.jenkov.mrpersister.impl | |
com.jenkov.mrpersister.itf |
Uses of Database in com.jenkov.mrpersister.impl |
---|
Fields in com.jenkov.mrpersister.impl declared as Database | |
---|---|
protected Database |
PersistenceConfiguration.database
|
protected Database |
ObjectWriter.database
|
protected Database |
ObjectReader.database
|
Methods in com.jenkov.mrpersister.impl that return Database | |
---|---|
Database |
PersistenceConfiguration.getDatabase()
|
Methods in com.jenkov.mrpersister.impl with parameters of type Database | |
---|---|
IPersistenceConfiguration |
PersistenceConfigurationFactory.createConfiguration(Database database)
|
IPersistenceConfiguration |
PersistenceConfigurationFactory.getOrCreateConfiguration(java.lang.Object configurationKey,
Database database)
|
void |
PersistenceConfiguration.setDatabase(Database database)
|
void |
ObjectWriter.setDatabase(Database database)
|
void |
ObjectReader.setDatabase(Database database)
|
Constructors in com.jenkov.mrpersister.impl with parameters of type Database | |
---|---|
PersistenceConfiguration(Database database,
PersistenceManager persistenceManager)
|
Uses of Database in com.jenkov.mrpersister.itf |
---|
Fields in com.jenkov.mrpersister.itf declared as Database | |
---|---|
static Database |
Database.DAFFODIL
|
static Database |
Database.DEFAULT
|
static Database |
Database.DERBY
|
static Database |
Database.FIREBIRD
|
static Database |
Database.H2
|
static Database |
Database.HSQLDB
|
static Database |
Database.MYSQL
|
static Database |
Database.POSTGRESQL
|
Methods in com.jenkov.mrpersister.itf that return Database | |
---|---|
static Database |
Database.determineDatabase(java.sql.Connection connection)
|
Database |
IPersistenceConfiguration.getDatabase()
Returns the Database instance representing the database this instance
is specialized for. |
Methods in com.jenkov.mrpersister.itf with parameters of type Database | |
---|---|
IPersistenceConfiguration |
IPersistenceConfigurationFactory.createConfiguration(Database database)
Creates a new persistence configuration. |
IPersistenceConfiguration |
IPersistenceConfigurationFactory.getOrCreateConfiguration(java.lang.Object configurationKey,
Database database)
Returns the IPersistenceConfiguration instance stored by
the given key. |
void |
IPersistenceConfiguration.setDatabase(Database database)
Sets the database this configuration is specialized for. |
void |
IObjectWriter.setDatabase(Database database)
Sets the database that this ObjectWriter is supposed to read objects from. |
void |
IObjectReader.setDatabase(Database database)
Sets the database that this IObjectReader is supposed to read objects from. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |