google-nomulus/core
Michael Muller e07be9780e
Implement CreateAutoTimestampConverter (#282)
* Implement CreateAutoTimestampConverter

Implement a JPA-based converter for CreateAutoTimestamp, allowing us to
persist instances of this class.

Note that converters appear to be required to convert to and from database
types that are generally known to JDBC.  For example, conversion to Timestamp
works, conversion to OffsetDateTime does not (even though this works through
the JDBC interface directly).
2019-10-04 16:31:14 -04:00
..
gradle/dependency-locks Add socket factory as runtime dependency (#286) 2019-09-27 11:41:59 -04:00
src Implement CreateAutoTimestampConverter (#282) 2019-10-04 16:31:14 -04:00
build.gradle Add socket factory as runtime dependency (#286) 2019-09-27 11:41:59 -04:00
Dockerfile Build docker image of nomulus tool (#142) 2019-07-16 20:18:44 -04:00