mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02:00
QueryComposer could be used when the transaction manager is not determined (i. e. it supports both ofy and sql), but this also imposes limits on what you can do with it. For example it does not support IN operator in the where clause. Since QueryComposer itself creates a CriteriaQuery for JPA TM it make sense to have RegistryJpaIO take a CriteriaQuery directly as it only uses JPA. Also add some more helper methods to use native queries and typed queires, and fix some generic type warnings. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1209) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile |