Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document |
Modifier and Type | Method and Description |
---|---|
void |
JcrSession.JcrPreSave.process(MutableCachedNode node,
SessionCache.SaveContext context) |
void |
JcrSession.JcrPreSave.processAfterLocking(MutableCachedNode modifiedNode,
SessionCache.SaveContext context,
NodeCache persistentNodeCache) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractSessionCache.BasicSaveContext |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.