mirror of
https://github.com/google/nomulus
synced 2026-07-28 19:12:46 +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