org.kuali.rice.krad.data.provider.annotation
Annotation Type Relationship
@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface Relationship
Defines a relationship between the current field and a list of foreign key fields.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
foreignKeyFields
public abstract String[] foreignKeyFields
- Gets the list of foreign key field property names.
- Returns:
- the list of foreign key field property names.
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.