Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods to enable query caching #51

Closed
beikov opened this issue Aug 13, 2014 · 0 comments
Closed

Add methods to enable query caching #51

beikov opened this issue Aug 13, 2014 · 0 comments

Comments

@beikov
Copy link
Member

beikov commented Aug 13, 2014

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.

@beikov beikov added this to the 1.1.0 milestone Aug 13, 2014
@beikov beikov modified the milestones: 1.2.0, 1.1.0 Jan 23, 2016
@beikov beikov removed this from the 1.2.0 milestone Feb 19, 2016
@beikov beikov added this to the 1.2.0 milestone Feb 9, 2018
@beikov beikov changed the title Evaluate if we can make use of query caches Add methods to enable query caching Feb 9, 2018
@beikov beikov assigned beikov and unassigned Mobe91 Feb 9, 2018
@beikov beikov closed this as completed in 9b1263a Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants