google-nomulus/core/src
Michael Muller 19c76f2944 Implement VKeyConverter (#538)
* Implement VKeyConverter

Implement a SQL converter that can be used for VKey objects.

Caveats:

- This only works with string columns (there's an excellent chance that all of
  our VKeys will use SQL string columns).
- Using this dpesn't establish a foreign key constraint between the referenced
  type (the "T" in VKey<T>) and the entity itself: this needs to be
  defined manually in the schema.
2020-04-16 09:45:23 -04:00
..
main Implement VKeyConverter (#538) 2020-04-16 09:45:23 -04:00
nonprod/java/google/registry/tools Add a Test workaround for certain Linux distro (#552) 2020-04-10 12:44:36 -04:00
test Implement VKeyConverter (#538) 2020-04-16 09:45:23 -04:00