Class StringListConverter
- java.lang.Object
-
- google.registry.persistence.converter.StringListConverterBase<java.lang.String>
-
- google.registry.persistence.converter.StringListConverter
-
- All Implemented Interfaces:
javax.persistence.AttributeConverter<java.util.List<java.lang.String>,StringCollectionDescriptor.StringCollection>
public class StringListConverter extends StringListConverterBase<java.lang.String>
JPAAttributeConverter
for storing/retrievingList<String>
.
-
-
Constructor Summary
Constructors Constructor Description StringListConverter()
-
Method Summary
-
Methods inherited from class google.registry.persistence.converter.StringListConverterBase
convertToDatabaseColumn, convertToEntityAttribute
-
-