mirror of
https://github.com/google/nomulus
synced 2026-09-12 19:16:25 +00:00
* Make TransactionManager.loadAllOf() smart w.r.t the cross-TLD entity group The loadAllOf() method will now automatically append the cross-TLD entity group ancestor query as necessary, iff the entity class being loaded is tagged with the new @IsCrossTld annotation. * Add tests