org.apache.openjpa.persistence.jdbc
Annotation Type ElementForeignKey
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ElementForeignKey
Foreign key on array, collection, or map element columns.
- Since:
- 0.4.0
- Author:
- Abe White
name
public abstract String name
- Default:
- ""
enabled
public abstract boolean enabled
- Default:
- true
deferred
public abstract boolean deferred
- Default:
- false
deleteAction
public abstract ForeignKeyAction deleteAction
- Default:
- RESTRICT
updateAction
public abstract ForeignKeyAction updateAction
- Default:
- RESTRICT
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.