Uses of Interface
org.hibernate.metamodel.mapping.TableDetails.KeyColumnConsumer
-
Packages that use TableDetails.KeyColumnConsumer Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity.mutation 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.KeyColumnConsumer Modifier and Type Method Description void
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.KeyColumnConsumer Modifier and Type Method Description void
EntityTableMapping.KeyMapping. forEachKeyColumn(TableDetails.KeyColumnConsumer consumer)
-