Interface | Description |
---|---|
BundleDbPersistenceManager.CloseableBLOBStore |
Helper interface for closeable stores
|
Class | Description |
---|---|
BundleDbPersistenceManager |
This is a generic persistence manager that stores the
NodePropBundle s
in a database. |
DbNameIndex |
Implements a
StringIndex that stores and retrieves the names from a
table in a database. |
DerbyPersistenceManager |
Extends the
BundleDbPersistenceManager by derby specific code. |
H2PersistenceManager |
Extends the
BundleDbPersistenceManager by H2 specific code. |
MSSqlPersistenceManager |
Extends the
BundleDbPersistenceManager by MS-SQL specific code. |
MySqlPersistenceManager |
Extends the
BundleDbPersistenceManager by mysql specific code. |
NGKDbNameIndex |
Same as
DbNameIndex but does not make use of the
Statement.RETURN_GENERATED_KEYS feature as it might not be provided
by the underlying database (e.g. |
Oracle9PersistenceManager |
OracleLegacyPersistenceManager provides support for Oracle jdbc drivers prior to version 10
which require special handling of BLOB data. |
OraclePersistenceManager |
Extends the
BundleDbPersistenceManager by Oracle specific code. |
PostgreSQLNameIndex |
Same as
DbNameIndex but does not make use of the
Statement.RETURN_GENERATED_KEYS feature as it is not
provided by the underlying database driver for PostgreSQL. |
PostgreSQLPersistenceManager |
Extends the
BundleDbPersistenceManager by PostgreSQL specific code. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.