add message/@deprecated a member that Hibernate ignores
This commit is contained in:
parent
13f4c8c285
commit
dd50e1e28e
|
@ -36,6 +36,9 @@ public @interface ForeignKey {
|
||||||
/**
|
/**
|
||||||
* Used for the non-owning side of a {@code ManyToMany} association.
|
* Used for the non-owning side of a {@code ManyToMany} association.
|
||||||
* Ignored for other association cardinalities.
|
* Ignored for other association cardinalities.
|
||||||
|
*
|
||||||
|
* @deprecated this member is currently ignored and has no effect
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
String inverseName() default "";
|
String inverseName() default "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue