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

Packages that use JdbcMappingContainer
Package
Description
 
 
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
This package abstracts persistence mechanisms for entities.
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.
 
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.