Class StringListConverter

java.lang.Object
google.registry.persistence.converter.StringListConverterBase<String>
google.registry.persistence.converter.StringListConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<List<String>,StringCollectionDescriptor.StringCollection>

public class StringListConverter extends StringListConverterBase<String>
JPA AttributeConverter for storing/retrieving List<String>.
  • Constructor Details

    • StringListConverter

      public StringListConverter()