public interface OracleNamespaceRegistry extends NamespaceRegistry
The namespace registry is cached by the OracleNamespaceRegistry object. The cache is automatically refreshed each time registerNamespace
or unregisterNamespace
is called on the OracleNamespaceRegistry object. Call refresh
to explicitly refresh the cache.
Refer to XDBRepositoryConfiguration for further information on how the JCR namespace registry is stored by the XML DB Content Connector.
Modifier and Type | Method and Description |
---|---|
void |
refresh()
Refresh the in-memory copy of the JCR namespace registry.
|
getPrefix, getPrefixes, getURI, getURIs, registerNamespace, unregisterNamespace
void refresh() throws RepositoryException
RepositoryException
- if the operation fails