org.chromattic.api.annotations
Annotation Type RelatedMappedBy
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RelatedMappedBy
Defines the name of the property that is used on the other side of the relationship to maintain one to many
relationship with path or reference.
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
MappedBy
|
Required Element Summary |
java.lang.String |
value
The name of the property of the related entity that maintains the relationship. |
value
public abstract java.lang.String value
- The name of the property of the related entity that maintains the relationship.
- Returns:
- the property name
Copyright © 2010 eXo Platform SAS. All Rights Reserved.