Uses of Interface
org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
-
Packages that use Bindable.JdbcValuesConsumer Package Description org.hibernate.metamodel.internal 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.metamodel.model.domain.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.sql.exec.internal org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type Bindable.JdbcValuesConsumer Modifier and Type Method Description int
AbstractCompositeIdentifierMapping. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.metamodel.mapping
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.metamodel.mapping.internal
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type Bindable.JdbcValuesConsumer Modifier and Type Method Description int
ArrayTupleType. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
TupleMappingModelExpressible. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
TupleMappingModelExpressible. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type Bindable.JdbcValuesConsumer Modifier and Type Method Description int
AbstractEntityPersister. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
AbstractEntityPersister. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer consumer, SharedSessionContractImplementor session)
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type Bindable.JdbcValuesConsumer Modifier and Type Method Description int
AnonymousTupleBasicValuedModelPart. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
AnonymousTupleEmbeddableValuedModelPart. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
AnonymousTupleEntityValuedModelPart. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
AnonymousTupleTableGroupProducer. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
AnonymousTupleBasicValuedModelPart. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
AnonymousTupleEmbeddableValuedModelPart. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer consumer, SharedSessionContractImplementor session)
int
AnonymousTupleEntityValuedModelPart. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer consumer, SharedSessionContractImplementor session)
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression with parameters of type Bindable.JdbcValuesConsumer Modifier and Type Method Description int
EntityTypeLiteral. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
JdbcLiteral. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
EntityTypeLiteral. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
JdbcLiteral. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type Bindable.JdbcValuesConsumer Modifier and Type Method Description int
AbstractJdbcParameter. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
int
AbstractJdbcParameter. forEachJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
-
Uses of Bindable.JdbcValuesConsumer in org.hibernate.type
Methods in org.hibernate.type with parameters of type Bindable.JdbcValuesConsumer Modifier and Type Method Description default int
BasicType. forEachDisassembledJdbcValue(Object value, int offset, Bindable.JdbcValuesConsumer valuesConsumer, SharedSessionContractImplementor session)
-