Uses of Interface
org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
-
Packages that use ModelPart.JdbcValueConsumer 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.sql.model.ast SQL AST extensions for model mutations. -
-
Uses of ModelPart.JdbcValueConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type ModelPart.JdbcValueConsumer Modifier and Type Method Description default int
ModelPart. breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
A short hand form ofModelPart.breakDownJdbcValues(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor)
, that passes 0 as offset and null for the two valuesX
andY
.default int
ModelPart. decompose(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
A short hand form ofModelPart.decompose(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor)
, that passes 0 as offset and null for the two valuesX
andY
. -
Uses of ModelPart.JdbcValueConsumer in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement ModelPart.JdbcValueConsumer Modifier and Type Class Description class
ColumnValueBindingList
-