public interface Persistent
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Node |
getNode()
Return underlying Node
|
boolean |
isPersistent()
Return if the object is persistent
|
void |
merge(javax.jcr.Node node)
Merge the object with the node
|
void merge(javax.jcr.Node node)
throws javax.jcr.RepositoryException,
IOException
node - javax.jcr.RepositoryExceptionIOExceptionjavax.jcr.Node getNode()
boolean isPersistent()
true if object is persistent else falseCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.