Package | Description |
---|---|
org.apache.jackrabbit.core.persistence.pool |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected DbNameIndex |
BundleDbPersistenceManager.createDbNameIndex()
Returns a new instance of a DbNameIndex.
|
protected DbNameIndex |
OraclePersistenceManager.createDbNameIndex()
Returns a new instance of a NGKDbNameIndex.
|
protected DbNameIndex |
PostgreSQLPersistenceManager.createDbNameIndex()
Returns a new instance of a DbNameIndex.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.