|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Association
Annotation for mapping the return value of a (getter) method to association. Both key or name/paths can be used to specify the association. If both are present the key properties take precedence.
Optional Element Summary | |
---|---|
CascadeStyle |
cascadeStype
The cascading style for this mapping. |
java.lang.String |
key
|
Association.MappedTo |
mappedTo
|
java.lang.Class<?> |
targetType
|
java.lang.Class<?>[] |
targetTypes
|
java.lang.String |
type
|
public abstract java.lang.String key
public abstract java.lang.String type
public abstract java.lang.Class<?> targetType
public abstract java.lang.Class<?>[] targetTypes
public abstract Association.MappedTo mappedTo
public abstract CascadeStyle cascadeStype
CascadeStyle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |