javax.jdo.annotations
Annotation Type ForeignKeys


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

Annotation for a group of foreign-key constraints.

Since:
2.1
Version:
2.1

Required Element Summary
 ForeignKey[] value
          The foreign keys.
 

Element Detail

value

public abstract ForeignKey[] value
The foreign keys.

Returns:
The foreign keys


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