Class OfferItemCriteriaRuleSetType

java.lang.Object
com.broadleafcommerce.common.jpa.usertype.AbstractSetType<JpaItemCriteriaRule>
com.broadleafcommerce.promotion.offer.provider.jpa.domain.support.OfferItemCriteriaRuleSetType
All Implemented Interfaces:
org.hibernate.usertype.EnhancedUserType<Set<JpaItemCriteriaRule>>, org.hibernate.usertype.UserType<Set<JpaItemCriteriaRule>>

public class OfferItemCriteriaRuleSetType extends com.broadleafcommerce.common.jpa.usertype.AbstractSetType<JpaItemCriteriaRule>
A special UserType for a Set collection of JpaItemCriteriaRule.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    OfferItemCriteriaRuleSetType(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
  • 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

    • OfferItemCriteriaRuleSetType

      public OfferItemCriteriaRuleSetType()
    • OfferItemCriteriaRuleSetType

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