Class CidrBlockListUserType

All Implemented Interfaces:
org.hibernate.usertype.UserType<List<CidrAddressBlock>>

public class CidrBlockListUserType extends StringCollectionUserType<CidrAddressBlock,List<CidrAddressBlock>>
Hibernate custom type for List of CidrAddressBlock.
  • Constructor Details

    • CidrBlockListUserType

      public CidrBlockListUserType()
  • Method Details