Uses of Interface
org.hibernate.metamodel.mapping.ModelPart.JdbcValueBiConsumer
-
Packages that use ModelPart.JdbcValueBiConsumer 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.metamodel.mapping.internal org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.sql.model.ast SQL AST extensions for model mutations. -
-
Uses of ModelPart.JdbcValueBiConsumer in org.hibernate.metamodel.mapping
Subinterfaces of ModelPart.JdbcValueBiConsumer in org.hibernate.metamodel.mapping Modifier and Type Interface Description static interface
ModelPart.JdbcValueConsumer
Functional interface for consuming the JDBC values.Methods in org.hibernate.metamodel.mapping with parameters of type ModelPart.JdbcValueBiConsumer Modifier and Type Method Description default <X,Y>
intEmbeddableValuedModelPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intModelPart. 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>
intEmbeddableValuedModelPart. decompose(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
default <X,Y>
intModelPart. 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.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ModelPart.JdbcValueBiConsumer Modifier and Type Method Description <X,Y>
intAbstractDiscriminatorMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intAbstractEmbeddableMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intAnyDiscriminatorPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intAnyKeyPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intBasicAttributeMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intBasicEntityIdentifierMappingImpl. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intBasicValuedCollectionPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intCollectionIdentifierDescriptorImpl. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intCompoundNaturalIdMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intDiscriminatedAssociationAttributeMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intDiscriminatedAssociationMapping. breakDownJdbcValues(int offset, X x, Y y, Object domainValue, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intDiscriminatedCollectionPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intEmbeddableMappingTypeImpl. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intEmbeddedForeignKeyDescriptor. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intEntityRowIdMappingImpl. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intEntityVersionMappingImpl. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intInverseNonAggregatedIdentifierMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intManyToManyCollectionPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intNonAggregatedIdentifierMappingImpl. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intOneToManyCollectionPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intPluralAttributeMappingImpl. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intSimpleForeignKeyDescriptor. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intSimpleNaturalIdMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intToOneAttributeMapping. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intBasicValuedCollectionPart. decompose(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intDiscriminatedAssociationAttributeMapping. decompose(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intDiscriminatedAssociationMapping. decompose(int offset, X x, Y y, Object domainValue, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intDiscriminatedCollectionPart. decompose(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intEmbeddableMappingTypeImpl. decompose(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intManyToManyCollectionPart. decompose(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intVirtualIdEmbeddable. decompose(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
-
Uses of ModelPart.JdbcValueBiConsumer in org.hibernate.persister.collection.mutation
Fields in org.hibernate.persister.collection.mutation declared as ModelPart.JdbcValueBiConsumer Modifier and Type Field Description static ModelPart.JdbcValueBiConsumer<JdbcValueBindings,Object>
RowMutationOperations. DEFAULT_RESTRICTOR
static 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.JdbcValueBiConsumer Modifier and Type Method Description default <X,Y>
intEntityPersister. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
-
Uses of ModelPart.JdbcValueBiConsumer in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type ModelPart.JdbcValueBiConsumer Modifier and Type Method Description <X,Y>
intAnonymousTupleBasicValuedModelPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intAnonymousTupleEmbeddableValuedModelPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intAnonymousTupleEntityValuedModelPart. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intAnonymousTupleTableGroupProducer. breakDownJdbcValues(Object domainValue, int offset, X x, Y y, ModelPart.JdbcValueBiConsumer<X,Y> valueConsumer, SharedSessionContractImplementor session)
<X,Y>
intAnonymousTupleEmbeddableValuedModelPart. decompose(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 Modifier and Type Class Description class
ColumnValueBindingList
-