Uses of Interface
org.apache.jackrabbit.mk.persistence.Persistence

Packages that use Persistence
org.apache.jackrabbit.mk.persistence   
org.apache.jackrabbit.mk.store   
 

Uses of Persistence in org.apache.jackrabbit.mk.persistence
 

Subinterfaces of Persistence in org.apache.jackrabbit.mk.persistence
 interface GCPersistence
          Advanced persistence implementation offering GC support.
 

Classes in org.apache.jackrabbit.mk.persistence that implement Persistence
 class H2Persistence
           
 class InMemPersistence
           
 

Uses of Persistence in org.apache.jackrabbit.mk.store
 

Constructors in org.apache.jackrabbit.mk.store with parameters of type Persistence
DefaultRevisionStore(Persistence pm)
           
DefaultRevisionStore(Persistence pm, GCPersistence gcpm)
          Alternative constructor that allows disabling of garbage collection for an in-memory test repository.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.