Uses of Interface
org.hibernate.sql.Restriction
Packages that use Restriction
Package
Description
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 RestrictionModifier and TypeClassDescriptionclass
A binary-comparison restrictionclass
For a complete predicate.class
Nullness restriction - IS (NOT)? NULLFields in org.hibernate.sql with type parameters of type RestrictionModifier and TypeFieldDescriptionprotected final List<Restriction>
Delete.restrictions
protected List<Restriction>
SimpleSelect.restrictions
protected List<Restriction>
Update.restrictions