Package org.hibernate.sql
Class ComparisonRestriction
java.lang.Object
org.hibernate.sql.ComparisonRestriction
- All Implemented Interfaces:
Restriction
A binary-comparison restriction
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionComparisonRestriction
(String lhs, String rhs) ComparisonRestriction
(String lhs, ComparisonRestriction.Operator operator, String rhs) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(StringBuilder sqlBuffer, RestrictionRenderingContext context) Render the restriction into the SQL buffer
-
Constructor Details
-
ComparisonRestriction
-
ComparisonRestriction
-
ComparisonRestriction
-
-
Method Details
-
render
Description copied from interface:Restriction
Render the restriction into the SQL buffer- Specified by:
render
in interfaceRestriction
-