ForeignKey
instead.@Target(value={FIELD,METHOD,TYPE}) @Retention(value=RUNTIME) @Deprecated public @interface ForeignKey
Modifier and Type | Required Element and Description |
---|---|
String |
name
Deprecated.
Name of the foreign key.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
inverseName
Deprecated.
Used for the non-owning side of a ManyToMany relationship.
|
public abstract String name
public abstract String inverseName
Copyright © 2019 JBoss by Red Hat. All rights reserved.