mirror of
https://github.com/google/nomulus.git
synced 2025-05-07 23:38:21 +02:00
* Add a temporary fix to Hibernate detach in query Make all queries in RegistryQuery (exclusively used by BEAM) use EntityManager.clear() to detach entities. This is a temporary measure that unblocks work in BEAM. We will revert the work once JpaTransactionManager can detach entities properly for all types of queries. Also fixed regression bugs that broke query result streaming: - The code that sets query fetch size was not carried over from QueryComposer. - The new ReadOnlyCheckingTypedQuery class did not override parent's getResultStream() method, which calls getList(). |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile |