mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +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