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>>>
Hibernate custom type for List of VKey of AllocationToken.
  • Constructor Details

    • AllocationTokenVkeyListUserType

      public AllocationTokenVkeyListUserType()
  • Method Details