Package org.hibernate.sql
Interface Restriction
-
- All Known Implementing Classes:
ComparisonRestriction
,CompleteRestriction
,NullnessRestriction
@Internal public interface Restriction
A restriction (predicate) to be applied to a query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(StringBuilder sqlBuffer, RestrictionRenderingContext context)
Render the restriction into the SQL buffer
-
-
-
Method Detail
-
render
void render(StringBuilder sqlBuffer, RestrictionRenderingContext context)
Render the restriction into the SQL buffer
-
-