Re-add the following (really "pull up" from CommonQueryContract):
{noformat} org.hibernate.BasicQueryContract.setCacheable ( boolean p1 ) [abstract] : BasicQueryContract org.hibernate.BasicQueryContract.setCacheMode ( CacheMode p1 ) [abstract] : BasicQueryContract org.hibernate.BasicQueryContract.setCacheRegion ( String p1 ) [abstract] : BasicQueryContract org.hibernate.BasicQueryContract.setFetchSize ( int p1 ) [abstract] : BasicQueryContract org.hibernate.BasicQueryContract.setFlushMode ( FlushMode p1 ) [abstract] : BasicQueryContract org.hibernate.BasicQueryContract.setReadOnly ( boolean p1 ) [abstract] : BasicQueryContract org.hibernate.BasicQueryContract.setTimeout ( int p1 ) [abstract] : BasicQueryContract {noformat}
----
Re-add:
{noformat} org.hibernate.cfg.Settings.isStrictJPAQLCompliance ( ) {noformat}
Can simply be default delegating to {{${settings}.getJpaCompliance().isJpaQueryComplianceEnabled()}} |
|