@Target(value={}) @Retention(value=RUNTIME) public @interface ForeignKey
Modifier and Type | Optional Element and Description |
---|---|
String |
foreignKeyDefinition
(Optional) The foreign key constraint definition.
|
String |
name
(Optional) The name of the foreign key constraint.
|
ConstraintMode |
value
(Optional) Used to specify whether a foreign key constraint should be generated when schema generation is in effect.
|
public abstract String name
public abstract String foreignKeyDefinition
public abstract ConstraintMode value
Copyright © 2016 JBoss by Red Hat. All rights reserved.