Uses of Class
org.apache.jackrabbit.core.persistence.pool.DbNameIndex

Packages that use DbNameIndex
org.apache.jackrabbit.core.persistence.pool   
 

Uses of DbNameIndex in org.apache.jackrabbit.core.persistence.pool
 

Subclasses of DbNameIndex in org.apache.jackrabbit.core.persistence.pool
 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. oracle).
 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.pool that return DbNameIndex
protected  DbNameIndex PostgreSQLPersistenceManager.createDbNameIndex()
          Returns a new instance of a DbNameIndex.
protected  DbNameIndex OraclePersistenceManager.createDbNameIndex()
          Returns a new instance of a NGKDbNameIndex.
protected  DbNameIndex BundleDbPersistenceManager.createDbNameIndex()
          Returns a new instance of a DbNameIndex.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.