Uses of Enum Class
org.hibernate.sql.ComparisonRestriction.Operator
Packages that use ComparisonRestriction.Operator
Package
Description
This package contains helper classes for rendering SQL fragments and SQL statements.
-
Uses of ComparisonRestriction.Operator in org.hibernate.sql
Methods in org.hibernate.sql that return ComparisonRestriction.OperatorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ComparisonRestriction.Operator[]
ComparisonRestriction.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.sql with parameters of type ComparisonRestriction.OperatorModifier and TypeMethodDescriptionSimpleSelect.addRestriction
(String lhs, ComparisonRestriction.Operator op, String rhs) Appends a restriction based on the comparison betweenlhs
andrhs
.Update.addRestriction
(String column, ComparisonRestriction.Operator op, String value) Constructors in org.hibernate.sql with parameters of type ComparisonRestriction.OperatorModifierConstructorDescriptionComparisonRestriction
(String lhs, ComparisonRestriction.Operator operator, String rhs)