ForeignKey
instead.@Target(value={FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
@Deprecated
public @interface ForeignKey
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Deprecated.
Name of the foreign key.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
inverseName
Deprecated.
Used for the non-owning side of a ManyToMany relationship.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.