Package org.hibernate.sql
Interface Restriction
- All Known Implementing Classes:
ComparisonRestriction
,CompleteRestriction
,NullnessRestriction
A restriction (predicate) to be applied to a query
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(StringBuilder sqlBuffer, RestrictionRenderingContext context) Render the restriction into the SQL buffer
-
Method Details
-
render
Render the restriction into the SQL buffer
-