Uses of Interface
org.hibernate.type.descriptor.ValueBinder
-
Packages that use ValueBinder Package Description org.hibernate.dialect org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.persister.entity org.hibernate.type org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types.org.hibernate.usertype -
-
Uses of ValueBinder in org.hibernate.dialect
Methods in org.hibernate.dialect that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>H2DurationIntervalSecondJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>OracleArrayJdbcType. getBinder(JavaType<X> javaTypeDescriptor)<X> ValueBinder<X>OracleXmlJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>PostgreSQLIntervalSecondJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>PostgreSQLPGObjectJdbcType. getBinder(JavaType<X> javaType) -
Uses of ValueBinder in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return ValueBinder Modifier and Type Method Description ValueBinderJdbcMapping. getJdbcValueBinder()The strategy for binding values of this expressible type to JDBCPreparedStatements andCallableStatements. -
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() -
Uses of ValueBinder in org.hibernate.type
Methods in org.hibernate.type that return ValueBinder Modifier and Type Method Description ValueBinder<T>AbstractStandardBasicType. getJdbcValueBinder()ValueBinder<T[]>BasicArrayType. getJdbcValueBinder()default ValueBinder<T>BasicType. 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 classBasicBinder<J>Convenience base implementation ofValueBinderprotected static classXmlJdbcType.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>FloatJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>InstantAsTimestampJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>InstantAsTimestampWithTimeZoneJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>InstantJdbcType. 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>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>SmallIntJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>TimeJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>TimestampJdbcType. getBinder(JavaType<X> javaType)<X> ValueBinder<X>TimestampWithTimeZoneJdbcType. 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.usertype
Methods in org.hibernate.usertype that return ValueBinder Modifier and Type Method Description ValueBinder<Object>StaticUserTypeSupport. getJdbcValueBinder()
-