HHH-9491 - Remove columnDefinition method ref from {@link javax.persistence.JoinColumn} and {@link javax.persistence.Column} causing Javadoc generation failure
This commit is contained in:
parent
aeac516eeb
commit
418b7fe926
|
@ -790,8 +790,8 @@ public interface AvailableSettings {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Assuming {@link #GLOBALLY_QUOTED_IDENTIFIERS}, this allows such global quoting
|
* Assuming {@link #GLOBALLY_QUOTED_IDENTIFIERS}, this allows such global quoting
|
||||||
* to skip column-definitions as defined by {@link javax.persistence.Column#columnDefinition()},
|
* to skip column-definitions as defined by {@link javax.persistence.Column},
|
||||||
* {@link javax.persistence.JoinColumn#columnDefinition}, etc.
|
* {@link javax.persistence.JoinColumn}, etc.
|
||||||
* <p/>
|
* <p/>
|
||||||
* JPA states that column-definitions are subject to global quoting, so by default this setting
|
* JPA states that column-definitions are subject to global quoting, so by default this setting
|
||||||
* is {@code false} for JPA compliance. Set to {@code true} to avoid column-definitions
|
* is {@code false} for JPA compliance. Set to {@code true} to avoid column-definitions
|
||||||
|
|
Loading…
Reference in New Issue