org.chromattic.api.annotations
Annotation Type MappedBy


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MappedBy

Defines the name of the property that is used to maintain one to many relationship with path or reference.

Version:
$Revision$
Author:
Julien Viet
See Also:
org.chromattic.api.annotations.RelatedMappedBy

Required Element Summary
 java.lang.String value
          The name of the property that maintains the relationship.
 

Element Detail

value

public abstract java.lang.String value
The name of the property that maintains the relationship.

Returns:
the property name


Copyright © 2010 eXo Platform SAS. All Rights Reserved.