|
Annotation Types Summary |
| JcrBaseVersionCreated |
This annotation is used to mark a field that should store a JCR base
version creation date read from the node. |
| JcrBaseVersionName |
This annotation is used to mark a field that should store a JCR base
version name read from the node. |
| JcrCheckedout |
This annotation is used to mark a field that should store whether a JCR
node is checked out. |
| JcrChildNode |
This annotation is used to mark fields that are to be mapped as
JCR child nodes. |
| JcrCreated |
This annotation is used to mark a field that should store a JCR creation date
read from a node. |
| JcrFileNode |
This annotation is used to mark fields that are to be mapped as
JCR file nodes. |
| JcrName |
This annotation is used to mark a field that contains the JCR node name. |
| JcrNode |
This annotation is applied to types (classes or interfaces) that implement
JcrEntity, and provides the ability to specify what JCR node type to use
when creating a JCR node from the object being mapped, mixin types, and more. |
| JcrParentNode |
This annotation is added to fields that implement JcrEntity, and are
a reference to a parent object. |
| JcrPath |
This annotation is used to mark a field that should store a JCR path
read from a node. |
| JcrProperty |
This annotation is used mark fields that should be mapped to JCR node
properties. |
| JcrReference |
This annotation is used to mark fields that are to be mapped as
JCR reference properties. |
| JcrSerializedProperty |
This annotation is used mark fields that should be serialized to a byte
array and then mapped to JCR node property. |
| JcrUUID |
This annotation is used to mark a field that should store a JCR UUID
read from a node. |
| JcrVersionCreated |
This annotation is used to mark a field that should store a JCR
version creation date read from the node. |
| JcrVersionName |
This annotation is used to mark a field that should store a JCR
version name read from the node. |