1
0
mirror of https://github.com/google/nomulus synced 2026-06-09 16:33:02 +00:00

Use JPA @Enumerated to convert enum to string (#466)

This commit is contained in:
Shicong Huang
2020-02-04 10:50:03 -05:00
committed by GitHub
parent c0afb9aeee
commit 9ea06ebf35
7 changed files with 9 additions and 159 deletions

View File

@@ -41,8 +41,6 @@
<class>google.registry.persistence.CreateAutoTimestampConverter</class>
<class>google.registry.persistence.CurrencyUnitConverter</class>
<class>google.registry.persistence.DateTimeConverter</class>
<class>google.registry.persistence.RegistrarStateConverter</class>
<class>google.registry.persistence.RegistrarTypeConverter</class>
<class>google.registry.persistence.UpdateAutoTimestampConverter</class>
<class>google.registry.persistence.ZonedDateTimeConverter</class>