Class AllocationTokenVkeyListUserType
java.lang.Object
google.registry.persistence.converter.StringCollectionUserType<VKey<AllocationToken>,List<VKey<AllocationToken>>>
google.registry.persistence.converter.AllocationTokenVkeyListUserType
- All Implemented Interfaces:
org.hibernate.usertype.UserType<List<VKey<AllocationToken>>>
public class AllocationTokenVkeyListUserType
extends StringCollectionUserType<VKey<AllocationToken>,List<VKey<AllocationToken>>>
-
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
-
AllocationTokenVkeyListUserType
public AllocationTokenVkeyListUserType()
-
-
Method Details
-
returnedClass
-