See: Description
Interface | Description |
---|---|
ContentNodeBinder |
ContentNodeBinder is the interface for custom mapping content POJO object to JCR node. |
NodeAware |
Interface to be implemented by beans that wish to be aware of its originating JCR node.
|
SimpleObjectConverter |
SimpleObjectConverter which is responsible for basic Object-JCR Node mapping.
|
SimpleObjectConverterAware |
Interface to be implemented by beans that wish to be aware of the object converter.
|
Exception | Description |
---|---|
ContentNodeBindingException |
The
ContentNodeBindingException class defines a binding exception
that a ContentNodeBinder can throw when it is unable to perform its operation
successfully. |
ObjectBeanManagerException |
The
ObjectBeanManagerException class defines a general exception
that an object content manager can throw when it is unable to perform its operation
successfully. |
ObjectBeanPersistenceException |
The
ObjectBeanPersistenceException class defines a general exception
that a ObjectBeanPersistenceManager can throw when it is unable to perform its operation
successfully. |
Annotation Type | Description |
---|---|
Node |
Allows for the annotation of a Java class so mapping through simple java interface or delegatee class to a JCR node.
|
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.