Uses of Interface
org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
Packages that use Bindable.JdbcValuesConsumer
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).
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type Bindable.JdbcValuesConsumerModifier and TypeMethodDescriptiondefault int
Bindable.forEachDisassembledJdbcValue
(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session) A short hand form ofBindable.forEachDisassembledJdbcValue(Object, int, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
.default int
Bindable.forEachDisassembledJdbcValue
(Object value, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session) A short hand form ofBindable.forEachDisassembledJdbcValue(Object, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
.default int
Bindable.forEachJdbcValue
(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session) A short hand form ofBindable.forEachJdbcValue(Object, int, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
.default int
Bindable.forEachJdbcValue
(Object value, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session) A short hand form ofBindable.forEachJdbcValue(Object, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
.