Uses of Interface
org.hibernate.metamodel.mapping.ModelPart.JdbcValueBiConsumer
Packages that use ModelPart.JdbcValueBiConsumer
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 against collections.
This package abstracts persistence mechanisms for entities.
SQL AST extensions for model mutations.
-
Uses of ModelPart.JdbcValueBiConsumer in org.hibernate.metamodel.mapping
Subinterfaces of ModelPart.JdbcValueBiConsumer in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptionstatic interface
Functional interface for consuming the JDBC values.Methods in org.hibernate.metamodel.mapping with parameters of type ModelPart.JdbcValueBiConsumerModifier and TypeMethodDescriptiondefault <X,
Y> int EmbeddableValuedModelPart.breakDownJdbcValues
(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X, Y> valueConsumer, SharedSessionContractImplementor session) <X,
Y> int ModelPart.breakDownJdbcValues
(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X, Y> valueConsumer, SharedSessionContractImplementor session) Breaks down the domain value to its constituent JDBC values.default <X,
Y> int EmbeddableValuedModelPart.decompose
(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X, Y> valueConsumer, SharedSessionContractImplementor session) default <X,
Y> int ModelPart.decompose
(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X, Y> valueConsumer, SharedSessionContractImplementor session) Similar toModelPart.breakDownJdbcValues(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor)
, but this method is supposed to be used for decomposing values for assignment expressions. -
Uses of ModelPart.JdbcValueBiConsumer in org.hibernate.persister.collection.mutation
Fields in org.hibernate.persister.collection.mutation declared as ModelPart.JdbcValueBiConsumerModifier and TypeFieldDescriptionstatic final ModelPart.JdbcValueBiConsumer
<JdbcValueBindings, Object> RowMutationOperations.DEFAULT_RESTRICTOR
static final ModelPart.JdbcValueBiConsumer
<JdbcValueBindings, Object> RowMutationOperations.DEFAULT_VALUE_SETTER
-
Uses of ModelPart.JdbcValueBiConsumer in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type ModelPart.JdbcValueBiConsumerModifier and TypeMethodDescriptiondefault <X,
Y> int EntityPersister.breakDownJdbcValues
(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X, Y> valueConsumer, SharedSessionContractImplementor session) -
Uses of ModelPart.JdbcValueBiConsumer in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement ModelPart.JdbcValueBiConsumer