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 DbDataRecord.store
           
protected  DbDataStore DbInputStream.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.
 



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