Class InetAddressSetUserType
java.lang.Object
google.registry.persistence.converter.StringCollectionUserType<InetAddress,Set<InetAddress>>
google.registry.persistence.converter.InetAddressSetUserType
- All Implemented Interfaces:
org.hibernate.usertype.UserType<Set<InetAddress>>
Hibernate custom type for
Set
of InetAddress
objects.-
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
-
InetAddressSetUserType
public InetAddressSetUserType()
-
-
Method Details
-
returnedClass
-