@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface RelationshipCachingElement
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
cachingName
Specifies the name of an eager relationship caching.
|
java.lang.String |
cmrField
Provides a comma-separated list of CMR field names.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
groupName
Specifies the name of the group to be loaded for the CMR field.
|
java.lang.String |
id
The identity of this tag (used for tag inheritance only).
|
java.lang.String |
parentId
Specifies the parent ID of this element.
|
public abstract java.lang.String cachingName
public abstract java.lang.String cmrField
public abstract java.lang.String groupName