Uses of Interface
org.apache.jackrabbit.core.data.MultiDataStoreAware

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

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

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

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

Classes in org.apache.jackrabbit.core.data.db that implement MultiDataStoreAware
 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.