|
Some of the Javadoc comments in javax.persistence.ForeignKey are outdated, e.g.
is no longer valid since the attribute disableForeignKey does not exist in JPA 2.1 (used http://docs.oracle.com/javaee/7/api/javax/persistence/ForeignKey.html as a reference).
|