javax.jdo.annotations
Annotation Type Joins


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Joins

Annotation for a group of joins.

Since:
2.1
Version:
2.1

Required Element Summary
 Join[] value
          The join definitions used for the mapping of this type.
 

Element Detail

value

public abstract Join[] value
The join definitions used for the mapping of this type. Joins for secondary tables are usually defined at the type level and not the field or property level. This allows multiple fields and properties to share the same join definition and avoid redundancies.

Returns:
the join definitions


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.