Uses of Class
org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Packages that use DbNameIndex Package Description 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 Modifier and Type Class Description classNGKDbNameIndexSame asDbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature as it might not be provided by the underlying database (e.g.classPostgreSQLNameIndexSame asDbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature as it is not provided by the underlying database driver for PostgreSQL.Methods in org.apache.jackrabbit.core.persistence.pool that return DbNameIndex Modifier and Type Method Description protected DbNameIndexBundleDbPersistenceManager. createDbNameIndex()Returns a new instance of a DbNameIndex.protected DbNameIndexOraclePersistenceManager. createDbNameIndex()Returns a new instance of a NGKDbNameIndex.protected DbNameIndexPostgreSQLPersistenceManager. createDbNameIndex()Returns a new instance of a DbNameIndex.
-