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 class
ComparisonRestriction
A binary-comparison restrictionclass
CompleteRestriction
For a complete predicate.class
NullnessRestriction
Nullness restriction - IS (NOT)? NULLFields in org.hibernate.sql with type parameters of type Restriction Modifier and Type Field Description protected List<Restriction>
Delete. restrictions
protected List<Restriction>
SimpleSelect. restrictions
protected List<Restriction>
Update. restrictions
-