Uses of Class
org.apache.jackrabbit.core.data.db.DbDataStore

Packages that use DbDataStore
org.apache.jackrabbit.core.data.db   
 

Uses of DbDataStore in org.apache.jackrabbit.core.data.db
 

Subclasses of DbDataStore in org.apache.jackrabbit.core.data.db
 class DerbyDataStore
          The Derby data store closes the database when the data store is closed (embedded databases only).
 

Fields in org.apache.jackrabbit.core.data.db declared as DbDataStore
protected  DbDataStore Pool.factory
           
protected  DbDataStore DbInputStream.store
           
protected  DbDataStore DbDataRecord.store
           
 

Constructors in org.apache.jackrabbit.core.data.db with parameters of type DbDataStore
DbDataRecord(DbDataStore store, DataIdentifier identifier, long length, long lastModified)
          Creates a data record based on the given identifier and length.
DbInputStream(DbDataStore store, DataIdentifier identifier)
          Create a database input stream for the given identifier.
Pool(DbDataStore factory, int maxSize)
          Create a new pool using the given factory and maximum pool size.
 



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