mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
5488e1b323
* Fix accessing superclass fields in checkExists() JpaTransactionManagerImpl doesn't respect @Id fields in mapped superclasses. Replace calls to getDeclaredId() and getDeclaredField() with superclass friendly counterparts.