Uses of Interface
org.hibernate.sql.Restriction
-
Packages that use Restriction Package Description org.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements. -
-
Uses of Restriction in org.hibernate.sql
Classes in org.hibernate.sql that implement Restriction Modifier and Type Class Description classComparisonRestrictionA binary-comparison restrictionclassCompleteRestrictionFor a complete predicate.classNullnessRestrictionNullness restriction - IS (NOT)? NULLFields in org.hibernate.sql with type parameters of type Restriction Modifier and Type Field Description protected List<Restriction>Delete. restrictionsprotected List<Restriction>SimpleSelect. restrictionsprotected List<Restriction>Update. restrictions
-