Uses of Interface
org.hibernate.sql.ast.spi.SqlAstCreationState

Packages that use SqlAstCreationState
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
Support for set and map ordering
 
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
 
 
 
Package for the translation of SQM into SQL AST
 
Package defining support for creating and consuming a SQL AST.
AST nodes representing root tables and joins in a SQL tree.
Defines domain result graphs.