Class StringSetType

java.lang.Object
com.broadleafcommerce.common.jpa.usertype.AbstractSetType<String>
com.broadleafcommerce.common.jpa.usertype.StringSetType
All Implemented Interfaces:
org.hibernate.usertype.EnhancedUserType<Set<String>>, org.hibernate.usertype.UserType<Set<String>>

public class StringSetType extends AbstractSetType<String>
A special UserType for a Set collection of Strings.
  • Constructor Details

    • StringSetType

      public StringSetType()
    • StringSetType

      public StringSetType(@Nullable @Qualifier("converterObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)