mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
7b673c90db
* Use ReplaySpecializer to fix DomainBase replays DomainBase currently has a number of ancillary objects that require a cascading delete that doesn't get propagated. Implement beforeSqlDelete() in DomainContent to delete these child entities. * Remove unnecessary Query variable * Fix rebase error