Uses of Interface
org.hibernate.type.descriptor.ValueBinder
-
Packages that use ValueBinder Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.mutation.spi 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.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.h2gis org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.internal org.hibernate.type.internal org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
. -
-
Uses of ValueBinder in org.hibernate.dialect
Methods in org.hibernate.dialect that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
AbstractPostgreSQLJsonPGObjectType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
DB2StructJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
H2DurationIntervalSecondJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
H2JsonJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
OracleArrayJdbcType. getBinder(JavaType<X> javaTypeDescriptor)
<X> ValueBinder<X>
OracleNestedTableJdbcType. getBinder(JavaType<X> javaTypeDescriptor)
<X> ValueBinder<X>
OracleXmlJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLCastingInetJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLCastingIntervalSecondJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLEnumJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLInetJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLIntervalSecondJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLStructCastingJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLStructPGObjectJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
PostgreSQLUUIDJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
StructJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
VarcharUUIDJdbcType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi that return ValueBinder Modifier and Type Method Description <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 ValueBinder Modifier and Type Method Description ValueBinder
JdbcMapping. getJdbcValueBinder()
The strategy for binding values of this expressible type to JDBCPreparedStatement
s andCallableStatement
s. -
Uses of ValueBinder in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return ValueBinder Modifier and Type Method Description ValueBinder
BasicTypeImpl. getJdbcValueBinder()
-
Uses of ValueBinder in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return ValueBinder Modifier and Type Method Description ValueBinder<T>
DiscriminatorType. getJdbcValueBinder()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ValueBinder in org.hibernate.spatial.dialect.db2
Methods in org.hibernate.spatial.dialect.db2 that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
DB2GeometryType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.h2gis
Methods in org.hibernate.spatial.dialect.h2gis that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
H2GISGeometryType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.hana
Methods in org.hibernate.spatial.dialect.hana that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
HANAGeometryType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
HANAPointType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
MySQLGeometryJdbcType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
SDOGeometryType. getBinder(JavaType<X> javaTypeDescriptor)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.postgis
Methods in org.hibernate.spatial.dialect.postgis that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
AbstractCastingPostGISJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
AbstractPostGISJdbcType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.sqlserver
Methods in org.hibernate.spatial.dialect.sqlserver that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
AbstractSqlServerGISType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.type
Methods in org.hibernate.type that return ValueBinder Modifier and Type Method Description ValueBinder<T>
AbstractStandardBasicType. getJdbcValueBinder()
default ValueBinder<T>
BasicType. getJdbcValueBinder()
ValueBinder<T>
ConvertedBasicArrayType. getJdbcValueBinder()
ValueBinder<C>
ConvertedBasicCollectionType. getJdbcValueBinder()
ValueBinder<J>
CustomType. getJdbcValueBinder()
ValueBinder<T>
SerializableToBlobType. getJdbcValueBinder()
-
Uses of ValueBinder in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement ValueBinder Modifier and Type Class Description class
BasicBinder<J>
Convenience base implementation ofValueBinder
protected static class
XmlJdbcType.XmlValueBinder<X>
Methods in org.hibernate.type.descriptor.jdbc that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
ArrayJdbcType. getBinder(JavaType<X> javaTypeDescriptor)
<X> ValueBinder<X>
BigIntJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
BooleanJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
ClobJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
DateJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
DecimalJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
DoubleJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
EnumJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
FloatJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
IntegerJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
JdbcType. getBinder(JavaType<X> javaType)
Obtain a binder object capable of binding values of the given Java type to parameters of a JDBCPreparedStatement
.<X> ValueBinder<X>
JsonAsStringJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
JsonJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
NClobJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
NullJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
NVarcharJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
ObjectJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
ObjectNullAsBinaryTypeJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
ObjectNullAsNullTypeJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
ObjectNullResolvingJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
OracleJsonBlobJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
RowIdJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
SmallIntJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimeJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimestampJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimestampUtcAsInstantJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimestampUtcAsJdbcTimestampJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimestampUtcAsOffsetDateTimeJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimestampWithTimeZoneJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimeUtcAsJdbcTimeJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimeUtcAsOffsetTimeJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TimeWithTimeZoneJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TinyIntAsSmallIntJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
TinyIntJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
UUIDJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
VarbinaryJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
VarcharJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
XmlAsStringJdbcType. getBinder(JavaType<X> javaType)
<X> ValueBinder<X>
XmlJdbcType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement ValueBinder Modifier and Type Class Description class
SetObjectBinder<T>
Support for binding values directly through `setObject` JDBC driver calls.Methods in org.hibernate.type.descriptor.jdbc.internal that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
AbstractJavaTimeJdbcType. getBinder(JavaType<X> javaType)
-
Uses of ValueBinder in org.hibernate.type.internal
Methods in org.hibernate.type.internal that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
UserTypeSqlTypeAdapter. getBinder(JavaType<X> javaType)
ValueBinder<J>
ConvertedBasicTypeImpl. getJdbcValueBinder()
-
Uses of ValueBinder in org.hibernate.usertype
Methods in org.hibernate.usertype that return ValueBinder Modifier and Type Method Description ValueBinder<Object>
StaticUserTypeSupport. getJdbcValueBinder()
-