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>>
A special
UserType
for a Set
collection of Strings.-
Constructor Summary
-
Method Summary
Methods inherited from class com.broadleafcommerce.common.jpa.usertype.AbstractSetType
assemble, deepCopy, disassemble, equals, fromStringValue, getJson, getSqlType, hashCode, isMutable, nullSafeGet, nullSafeSet, returnedClass, toSqlLiteral, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.usertype.UserType
getDefaultSqlLength, getDefaultSqlPrecision, getDefaultSqlScale, getJdbcType, getValueConverter, replace
-
Constructor Details
-
StringSetType
public StringSetType() -
StringSetType
public StringSetType(@Nullable @Qualifier("converterObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-