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