Package org.hibernate.annotations
Annotation Type ForeignKey
-
@Target({FIELD,METHOD,TYPE}) @Retention(RUNTIME) @Deprecated public @interface ForeignKeyDeprecated.Prefer the JPA 2.1 introducedForeignKeyinstead.Define the foreign key name.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameDeprecated.Name of the foreign key.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringinverseNameDeprecated.Used for the non-owning side of a ManyToMany relationship.
-