Uses of Enum Class
org.broadleafcommerce.common.util.dao.TQRestriction.Mode
Packages that use TQRestriction.Mode
-
Uses of TQRestriction.Mode in org.broadleafcommerce.common.util.dao
Fields in org.broadleafcommerce.common.util.dao declared as TQRestriction.ModeMethods in org.broadleafcommerce.common.util.dao that return TQRestriction.ModeModifier and TypeMethodDescriptionstatic TQRestriction.ModeReturns the enum constant of this class with the specified name.static TQRestriction.Mode[]TQRestriction.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.broadleafcommerce.common.util.dao with parameters of type TQRestriction.ModeModifierConstructorDescriptionTQRestriction(TQRestriction.Mode joinMode) Creates an empty restriction node with the specified join mode.