Class PostalInfoChoiceListUserType
java.lang.Object
google.registry.persistence.converter.StringCollectionUserType<Disclose.PostalInfoChoice,List<Disclose.PostalInfoChoice>>
google.registry.persistence.converter.PostalInfoChoiceListUserType
- All Implemented Interfaces:
org.hibernate.usertype.UserType<List<Disclose.PostalInfoChoice>>
public class PostalInfoChoiceListUserType
extends StringCollectionUserType<Disclose.PostalInfoChoice,List<Disclose.PostalInfoChoice>>
Hibernate custom type for
List
of Disclose.PostalInfoChoice
.-
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
-
PostalInfoChoiceListUserType
public PostalInfoChoiceListUserType()
-
-
Method Details
-
returnedClass
-