mirror of
https://github.com/google/nomulus
synced 2026-09-04 23:27:11 +00:00
* Make all criteria queries use jpaTm().query() This causes all criteria queries to detach-on-load. * Detach results of criteria queries Wrap the criteria queries in DetachingTypedQuery now that the latter is merged.