ModeShape Distribution 3.2.0.Final

Uses of Interface
org.modeshape.jcr.cache.SessionCache.SaveContext

Packages that use SessionCache.SaveContext
org.modeshape.jcr   
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
 

Uses of SessionCache.SaveContext in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type SessionCache.SaveContext
 void JcrSession.JcrPreSave.process(MutableCachedNode node, SessionCache.SaveContext context)
           
 void JcrSession.JcrPreSave.processAfterLocking(MutableCachedNode modifiedNode, SessionCache.SaveContext context, NodeCache persistentNodeCache)
           
 

Uses of SessionCache.SaveContext in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache with parameters of type SessionCache.SaveContext
 void SessionCache.PreSave.process(MutableCachedNode modifiedOrNewNode, SessionCache.SaveContext context)
          Process the supplied node prior to saving the changes.
 void SessionCache.PreSave.processAfterLocking(MutableCachedNode modifiedNode, SessionCache.SaveContext context, NodeCache persistentNodeCache)
          Process the supplied existing node prior to saving the changes but only after the entry corresponding to the key of the node has been locked in Infinispan.
 

Uses of SessionCache.SaveContext in org.modeshape.jcr.cache.document
 

Classes in org.modeshape.jcr.cache.document that implement SessionCache.SaveContext
protected static class AbstractSessionCache.BasicSaveContext
           
 


ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.