Class RegistrarPocSetConverter

java.lang.Object
google.registry.persistence.converter.StringSetConverterBase<RegistrarPoc.Type>
google.registry.persistence.converter.RegistrarPocSetConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<Set<RegistrarPoc.Type>,StringCollectionDescriptor.StringCollection>

public class RegistrarPocSetConverter extends StringSetConverterBase<RegistrarPoc.Type>
JPA AttributeConverter for storing/retrieving Set<Type>.
  • Constructor Details

    • RegistrarPocSetConverter

      public RegistrarPocSetConverter()