mirror of
https://github.com/google/nomulus
synced 2026-04-20 16:20:50 +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.