Class StringSetConverter

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

public class StringSetConverter extends StringSetConverterBase<String>
JPA AttributeConverter for storing/retrieving Set<String>.
  • Constructor Details

    • StringSetConverter

      public StringSetConverter()