| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.persistence.pool | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NGKDbNameIndexSame as  DbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature as it might not be provided
 by the underlying database (e.g. | 
| class  | PostgreSQLNameIndexSame as  DbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature 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–2022 The Apache Software Foundation. All rights reserved.