mirror of
https://github.com/google/nomulus
synced 2026-08-17 04:36:08 +00:00
Automatically apply JPA type converters (#305)
* Automatically apply JPA type converters * Include converters in tests and schema generation too
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
<class>google.registry.model.transfer.TransferData</class>
|
||||
<class>google.registry.model.eppcommon.Trid</class>
|
||||
|
||||
<!-- Customized type converters -->
|
||||
<class>google.registry.persistence.CreateAutoTimestampConverter</class>
|
||||
<class>google.registry.persistence.UpdateAutoTimestampConverter</class>
|
||||
|
||||
<!-- TODO(weiminyu): check out application-layer validation. -->
|
||||
<validation-mode>NONE</validation-mode>
|
||||
</persistence-unit>
|
||||
|
||||
Reference in New Issue
Block a user