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

Packages that use SelectableMapping
Package
Description
Support for Dialect-specific aggregate column types, including user-defined composite types, and JSON or XML types.
Contains implementations of SqmFunctionDescriptor describing a range of relatively-sophisticated SQL functions available in various dialects.
 
 
Package defining support for executing mutation SQL statements produced by an entity persister or collection persister.
 
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.
 
 
 
Package defining support for SqmFunctionDescriptor handling.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
SQL AST extensions for model mutations.
Support for building TableMutation references for persisting entity mutation events