Package org.hibernate.sql
Class NullnessRestriction
- java.lang.Object
-
- org.hibernate.sql.NullnessRestriction
-
- All Implemented Interfaces:
Restriction
@Internal public class NullnessRestriction extends Object implements Restriction
Nullness restriction - IS (NOT)? NULL
-
-
Constructor Summary
Constructors Constructor Description NullnessRestriction(String columnName)
NullnessRestriction(String columnName, boolean affirmative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(StringBuilder sqlBuffer, RestrictionRenderingContext context)
Render the restriction into the SQL buffer
-
-
-
Method Detail
-
render
public void render(StringBuilder sqlBuffer, RestrictionRenderingContext context)
Description copied from interface:Restriction
Render the restriction into the SQL buffer- Specified by:
render
in interfaceRestriction
-
-