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

Packages that use SelectableConsumer
Package
Description
 
Contains a framework of strategies for retrieving database-generated ids.
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.
 
 
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
SQL AST extensions for model mutations.
Support for building TableMutation references for persisting entity mutation events