Uses of Class
org.apache.jackrabbit.core.data.AbstractDataStore

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

Uses of AbstractDataStore in org.apache.jackrabbit.core.data
 

Subclasses of AbstractDataStore in org.apache.jackrabbit.core.data
 class CachingDataStore
          A caching data store that consists of LocalCache and Backend.
 class FileDataStore
          Simple file-based data store.
 

Constructors in org.apache.jackrabbit.core.data with parameters of type AbstractDataStore
AbstractDataRecord(AbstractDataStore store, DataIdentifier identifier)
          Creates a data record with the given identifier.
FileDataRecord(AbstractDataStore store, DataIdentifier identifier, File file)
          Creates a data record based on the given identifier and file.
 

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

Subclasses of AbstractDataStore in org.apache.jackrabbit.core.data.db
 class DbDataStore
          A data store implementation that stores the records in a database using JDBC.
 class DerbyDataStore
          The Derby data store closes the database when the data store is closed (embedded databases only).
 



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