You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The properties for enabling query caching are different among the JPA providers. It should be possible to enable query caching on the query builder level as well as on a TypedQuery. DML queries can't support that obviously. Support for queries containing CTEs, Set operations or other advanced features can be deferred to a separate issue as the cache invalidation of Hibernate might not get all the dependants correctly in that case.
The text was updated successfully, but these errors were encountered:
The properties for enabling query caching are different among the JPA providers. It should be possible to enable query caching on the query builder level as well as on a TypedQuery. DML queries can't support that obviously. Support for queries containing CTEs, Set operations or other advanced features can be deferred to a separate issue as the cache invalidation of Hibernate might not get all the dependants correctly in that case.
The text was updated successfully, but these errors were encountered: