|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbNameIndex | |
|---|---|
| org.apache.jackrabbit.core.persistence.bundle | |
| Uses of DbNameIndex in org.apache.jackrabbit.core.persistence.bundle |
|---|
| Subclasses of DbNameIndex in org.apache.jackrabbit.core.persistence.bundle | |
|---|---|
class |
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. |
class |
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. |
| Methods in org.apache.jackrabbit.core.persistence.bundle that return DbNameIndex | |
|---|---|
protected DbNameIndex |
OraclePersistenceManager.createDbNameIndex()
Returns a new instance of a NGKDbNameIndex. |
protected DbNameIndex |
BundleDbPersistenceManager.createDbNameIndex()
Returns a new instance of a DbNameIndex. |
protected DbNameIndex |
PostgreSQLPersistenceManager.createDbNameIndex()
Returns a new instance of a DbNameIndex. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||