Package org.hibernate.sql
package org.hibernate.sql
This package contains helper classes for rendering SQL fragments and SQL statements.
Subpackages under this namespace contain the following very important components of Hibernate:
- The SQL AST used for generation of SQL queries.
- A specialized model for building and executing mutation statements related to domain model parts.
- An API for processing JDBC results and producing graphs of entity objects based around a domain result graph.
- Support for execution of SQL via JDBC.
-
ClassDescriptionAn alias generator for SQL identifiers.A binary-comparison restrictionFor a complete predicate.A SQL
DELETE
statement.A SQL {FOR UPDATE} clause.A SQLIN
expression.A SQLINSERT
statement.Nullness restriction - IS (NOT)? NULLA restriction (predicate) to be applied to a queryA SQLSELECT
statement with no table joins.Parses SQL fragments specified in mapping documents.A SQLUPDATE
statement.