|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferentialIntegrityException | |
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology. |
javax.jcr.version | Provides interfaces and classes for content repository versioning functionality. |
Uses of ReferentialIntegrityException in javax.jcr |
Methods in javax.jcr that throw ReferentialIntegrityException | |
void |
Item.save()
Validates all pending changes currently recorded in this Session that apply to this Item
or any of its descendants (that is, the subtree rooted at this Item). |
Uses of ReferentialIntegrityException in javax.jcr.version |
Methods in javax.jcr.version that throw ReferentialIntegrityException | |
void |
VersionHistory.removeVersion(java.lang.String versionName)
Removes the named version from this version history and automatically repairs the version graph. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |