mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
adafab60c4
* Add BasicDao * Refactor RegistrarDao to extend BasicDao * Introduce VKey and rewrite BasicDao * Move CRUD methods to TransactionManager * Refactor code to simplify the way to get id from entity and sqlKey * Assert in transaction * Fix broken test * Change methods name