mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
remove isStrictJPAQLCompliance()
it was uncalled, and anyway incorrect
This commit is contained in:
parent
7b00d3ce78
commit
ccf88c925e
@ -192,10 +192,6 @@ public boolean isJtaTrackByThread() {
|
||||
return sessionFactoryOptions.isJtaTrackByThread();
|
||||
}
|
||||
|
||||
public boolean isStrictJPAQLCompliance() {
|
||||
return sessionFactoryOptions.getJpaCompliance().isJpaCacheComplianceEnabled();
|
||||
}
|
||||
|
||||
public boolean isNamedQueryStartupCheckingEnabled() {
|
||||
return sessionFactoryOptions.isNamedQueryStartupCheckingEnabled();
|
||||
}
|
||||
@ -234,8 +230,8 @@ public boolean isAutoEvictCollectionCache() {
|
||||
|
||||
public boolean isAutoCreateSchema() {
|
||||
return sessionFactoryOptions.getSchemaAutoTooling() == SchemaAutoTooling.CREATE
|
||||
|| sessionFactoryOptions.getSchemaAutoTooling() == SchemaAutoTooling.CREATE_DROP
|
||||
|| sessionFactoryOptions.getSchemaAutoTooling() == SchemaAutoTooling.CREATE_ONLY;
|
||||
|| sessionFactoryOptions.getSchemaAutoTooling() == SchemaAutoTooling.CREATE_DROP
|
||||
|| sessionFactoryOptions.getSchemaAutoTooling() == SchemaAutoTooling.CREATE_ONLY;
|
||||
}
|
||||
|
||||
public boolean isAutoDropSchema() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user