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