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:
RelatedMappedBy

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

Element Detail

value

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

Returns:
the property name


Copyright © 2009 eXo Platform SAS. All Rights Reserved.