Package org.hibernate.sql
Class NullnessRestriction
java.lang.Object
org.hibernate.sql.NullnessRestriction
- All Implemented Interfaces:
Restriction
Nullness restriction - IS (NOT)? NULL
-
Constructor Summary
ConstructorsConstructorDescriptionNullnessRestriction
(String columnName) NullnessRestriction
(String columnName, boolean affirmative) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(StringBuilder sqlBuffer, RestrictionRenderingContext context) Render the restriction into the SQL buffer
-
Constructor Details
-
NullnessRestriction
-
NullnessRestriction
-
-
Method Details
-
render
Description copied from interface:Restriction
Render the restriction into the SQL buffer- Specified by:
render
in interfaceRestriction
-