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

Packages that use JdbcMapping
Package
Description
 
 
Support for temporary tables.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
This package defines the Hibernate configuration-time mapping model.
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.
Defines support for performing mutation operations originating from persistence-context events.
An SPI for defining, registering, and rendering functions in HQL.
Package defining support for SqmFunctionDescriptor handling.
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing expressions in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Support for building TableMutation references for persisting entity mutation events
Extensions to JdbcOperation for model mutations.
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
Defines a registry for Hibernate Types.