Uses of Class
org.hibernate.type.descriptor.jdbc.BasicBinder
-
Packages that use BasicBinder Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.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 -
-
Uses of BasicBinder in org.hibernate.dialect
Methods in org.hibernate.dialect that return BasicBinder Modifier and Type Method Description <X> BasicBinder<X>
AbstractHANADialect.HANABlobType. getBinder(JavaType<X> javaType)
-
Uses of BasicBinder in org.hibernate.type.descriptor.jdbc
Subclasses of BasicBinder in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description protected static class
XmlJdbcType.XmlValueBinder<X>
Methods in org.hibernate.type.descriptor.jdbc that return BasicBinder Modifier and Type Method Description <X> BasicBinder<X>
BlobJdbcType. getBinder(JavaType<X> javaType)
protected abstract <X> BasicBinder<X>
BlobJdbcType. getBlobBinder(JavaType<X> javaType)
protected abstract <X> BasicBinder<X>
ClobJdbcType. getClobBinder(JavaType<X> javaType)
protected abstract <X> BasicBinder<X>
NClobJdbcType. getNClobBinder(JavaType<X> javaType)
Methods in org.hibernate.type.descriptor.jdbc with parameters of type BasicBinder Modifier and Type Method Description protected Object[]
ArrayJdbcType. getArray(BasicBinder<?> binder, ValueBinder<Object> elementBinder, Object value, WrapperOptions options)
-
Uses of BasicBinder in org.hibernate.type.descriptor.jdbc.internal
Subclasses of BasicBinder in org.hibernate.type.descriptor.jdbc.internal Modifier and Type Class Description class
SetObjectBinder<T>
Support for binding values directly through `setObject` JDBC driver calls.
-