Class InetAddressSetUserType

All Implemented Interfaces:
org.hibernate.usertype.UserType<Set<InetAddress>>

public class InetAddressSetUserType extends StringCollectionUserType<InetAddress,Set<InetAddress>>
Hibernate custom type for Set of InetAddress objects.
  • Constructor Details

    • InetAddressSetUserType

      public InetAddressSetUserType()
  • Method Details