Uses of Package
org.hibernate.sql.model

Packages that use org.hibernate.sql.model
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Package defining support for executing mutation SQL statements produced by an entity persister or collection persister.
 
 
 
 
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating from persistence-context events.
Validation for HQL queries.
Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.
SQL AST extensions for model mutations.
Support for building TableMutation references for persisting entity mutation events
Concrete implementations of MutationGroup, MutationOperation, and TableMutation.
Extensions to JdbcOperation for model mutations.