Uses of Interface
org.hibernate.metamodel.mapping.JdbcMappingContainer

Packages that use JdbcMappingContainer
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).
 
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
Built-in implementation of the SPI for integrating entity and collection persisters.
Validation for HQL queries.
 
An SPI for defining, registering, and rendering functions in HQL.
 
Package defining support for SqmFunctionDescriptor handling.
 
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
AST nodes representing select statements in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Defines domain result graphs.
 
 
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
 
Defines a registry for Hibernate Types.