remove isStrictJPAQLCompliance()
it was uncalled, and anyway incorrect
This commit is contained in:
parent
7b00d3ce78
commit
ccf88c925e
|
@ -192,10 +192,6 @@ public final class Settings {
|
|||
return sessionFactoryOptions.isJtaTrackByThread();
|
||||
}
|
||||
|
||||
public boolean isStrictJPAQLCompliance() {
|
||||
return sessionFactoryOptions.getJpaCompliance().isJpaCacheComplianceEnabled();
|
||||
}
|
||||
|
||||
public boolean isNamedQueryStartupCheckingEnabled() {
|
||||
return sessionFactoryOptions.isNamedQueryStartupCheckingEnabled();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue