SPT Object Database API

com.sptci.prevayler.annotations
Annotation Type ForeignKeys


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

Annotation used to configure all the foreign key fields in a prevalent object in a single block at the class level.

© Copyright 2008 Sans Pareil Technologies, Inc.

Version:
$Id: ForeignKeys.java 11 2008-06-30 21:33:41Z sptrakesh $
Author:
Rakesh Vidyadharan 2008-05-23

Required Element Summary
 ForeignKey[] value
          The array of foreign key annotations for the various fields in the prevalent object.
 

Element Detail

value

public abstract ForeignKey[] value
The array of foreign key annotations for the various fields in the prevalent object.

Returns:
The array of foreign key annotations.

SPT Object Database API