Uses of Interface
org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
Packages that use ModelPart.JdbcValueConsumer
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).
SQL AST and builders used with flushed-based mutations (persist, merge, etc.).
-
Uses of ModelPart.JdbcValueConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type ModelPart.JdbcValueConsumerModifier and TypeMethodDescriptiondefault intModelPart.breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session) A shorthand form ofModelPart.breakDownJdbcValues(Object,int,Object,Object,JdbcValueBiConsumer,SharedSessionContractImplementor), that passes0as offset and null for the two valuesXandY.default intModelPart.decompose(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session) A shorthand form ofModelPart.decompose(Object,int,Object,Object,JdbcValueBiConsumer,SharedSessionContractImplementor), that passes0as offset and null for the two valuesXandY. -
Uses of ModelPart.JdbcValueConsumer in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement ModelPart.JdbcValueConsumerModifier and TypeClassDescriptionclassList of value bindings allowing the grouping to act as a consumer for JDBC value mappings.