Uses of Interface
org.hibernate.type.descriptor.ValueBinder
Packages that use ValueBinder
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Defines handling of almost the full range of standard JDBC-defined SQL data types.
An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type.-
Uses of ValueBinder in org.hibernate.dialect
Methods in org.hibernate.dialect that return ValueBinderModifier and TypeMethodDescription<X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X> -
Uses of ValueBinder in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi that return ValueBinderModifier and TypeMethodDescription<T> ValueBinder<T>Binding.getValueBinder()The binder to be used in binding this value -
Uses of ValueBinder in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return ValueBinderModifier and TypeMethodDescriptionJdbcMapping.getJdbcValueBinder()The strategy for binding values of this expressible type to JDBCPreparedStatements andCallableStatements. -
Uses of ValueBinder in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return ValueBinder -
Uses of ValueBinder in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return ValueBinderModifier and TypeMethodDescriptionDiscriminatorType.getJdbcValueBinder()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ValueBinder in org.hibernate.type
Methods in org.hibernate.type that return ValueBinderModifier and TypeMethodDescriptionAbstractStandardBasicType.getJdbcValueBinder()default ValueBinder<T>BasicType.getJdbcValueBinder()ConvertedBasicArrayType.getJdbcValueBinder()ConvertedBasicCollectionType.getJdbcValueBinder()CustomType.getJdbcValueBinder()SerializableToBlobType.getJdbcValueBinder() -
Uses of ValueBinder in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement ValueBinderModifier and TypeClassDescriptionclassBasicBinder<J>Convenience base implementation ofValueBinderprotected static classMethods in org.hibernate.type.descriptor.jdbc that return ValueBinderModifier and TypeMethodDescription<X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X>Obtain a binder object capable of binding values of the given Java type to parameters of a JDBCPreparedStatement.<X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X><X> ValueBinder<X>Methods in org.hibernate.type.descriptor.jdbc with parameters of type ValueBinderModifier and TypeMethodDescriptionprotected Object[]ArrayJdbcType.getArray(BasicBinder<?> binder, ValueBinder<Object> elementBinder, Object value, WrapperOptions options) -
Uses of ValueBinder in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement ValueBinderModifier and TypeClassDescriptionclassSupport for binding values directly through `setObject` JDBC driver calls.Methods in org.hibernate.type.descriptor.jdbc.internal that return ValueBinder -
Uses of ValueBinder in org.hibernate.type.internal
Methods in org.hibernate.type.internal that return ValueBinder -
Uses of ValueBinder in org.hibernate.usertype
Methods in org.hibernate.usertype that return ValueBinder