Package org.hibernate.sql
Class CompleteRestriction
java.lang.Object
org.hibernate.sql.CompleteRestriction
- All Implemented Interfaces:
Restriction
For a complete predicate. E.g.
SQLRestriction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(StringBuilder sqlBuffer, RestrictionRenderingContext context) Render the restriction into the SQL buffer
-
Constructor Details
-
CompleteRestriction
-
-
Method Details
-
render
Description copied from interface:Restriction
Render the restriction into the SQL buffer- Specified by:
render
in interfaceRestriction
-