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 |
String |
value
The name of the property of the related entity that maintains the relationship. |
value
public abstract String value
- The name of the property of the related entity that maintains the relationship.
- Returns:
- the property name
Copyright © 2009 eXo Platform SAS. All Rights Reserved.