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.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 -
-
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 void
ModelPart. breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
default void
ModelPart. decompose(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
-
Uses of ModelPart.JdbcValueConsumer in org.hibernate.metamodel.mapping.internal
-
Uses of ModelPart.JdbcValueConsumer in org.hibernate.persister.collection.mutation
Subinterfaces of ModelPart.JdbcValueConsumer in org.hibernate.persister.collection.mutation Modifier and Type Interface Description static interface
RowMutationOperations.ValuesBindingConsumer
Consumer for insert-value bindings Unfortunate we need `usage` here, but it is needed to account for update-as-insert handling of one-to-many handlingMethods in org.hibernate.persister.collection.mutation with parameters of type ModelPart.JdbcValueConsumer Modifier and Type Method Description void
RowMutationOperations.Restrictions. applyRestrictions(PersistentCollection<?> collection, Object key, Object rowValue, int rowPosition, SharedSessionContractImplementor session, ModelPart.JdbcValueConsumer restrictor)
-
Uses of ModelPart.JdbcValueConsumer in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type ModelPart.JdbcValueConsumer Modifier and Type Method Description default void
EntityPersister. breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
-
Uses of ModelPart.JdbcValueConsumer in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type ModelPart.JdbcValueConsumer Modifier and Type Method Description void
AnonymousTupleBasicValuedModelPart. breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
void
AnonymousTupleEmbeddableValuedModelPart. breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
void
AnonymousTupleEntityValuedModelPart. breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
void
AnonymousTupleTableGroupProducer. breakDownJdbcValues(Object domainValue, ModelPart.JdbcValueConsumer valueConsumer, SharedSessionContractImplementor session)
-