Uses of Interface
org.hibernate.metamodel.mapping.TableDetails.KeyColumnConsumer
Packages that use TableDetails.KeyColumnConsumer
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of TableDetails.KeyColumnConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type TableDetails.KeyColumnConsumerModifier and TypeMethodDescriptionvoid
TableDetails.KeyDetails.forEachKeyColumn
(TableDetails.KeyColumnConsumer consumer) Visit each key column -
Uses of TableDetails.KeyColumnConsumer in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type TableDetails.KeyColumnConsumerModifier and TypeMethodDescriptionvoid
EntityTableMapping.KeyMapping.forEachKeyColumn
(TableDetails.KeyColumnConsumer consumer)