Class 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 Details

    • PostalInfoChoiceListUserType

      public PostalInfoChoiceListUserType()
  • Method Details