Class CidrBlockListUserType
java.lang.Object
google.registry.persistence.converter.StringCollectionUserType<CidrAddressBlock,List<CidrAddressBlock>>
google.registry.persistence.converter.CidrBlockListUserType
- All Implemented Interfaces:
org.hibernate.usertype.UserType<List<CidrAddressBlock>>
public class CidrBlockListUserType
extends StringCollectionUserType<CidrAddressBlock,List<CidrAddressBlock>>
Hibernate custom type for
List
of CidrAddressBlock
.-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.persistence.converter.StringCollectionUserType
assemble, deepCopy, disassemble, equals, getSqlType, hashCode, isMutable, nullSafeGet, nullSafeSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.usertype.UserType
getDefaultSqlLength, getDefaultSqlPrecision, getDefaultSqlScale, getJdbcType, getValueConverter, replace
-
Constructor Details
-
CidrBlockListUserType
public CidrBlockListUserType()
-
-
Method Details
-
returnedClass
-