Uses of Class
org.hibernate.type.descriptor.jdbc.BasicBinder
Packages that use BasicBinder
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of BasicBinder in org.hibernate.dialect
Methods in org.hibernate.dialect that return BasicBinder -
Uses of BasicBinder in org.hibernate.type.descriptor.jdbc
Subclasses of BasicBinder in org.hibernate.type.descriptor.jdbcMethods in org.hibernate.type.descriptor.jdbc that return BasicBinderModifier and TypeMethodDescription<X> BasicBinder<X>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 BasicBinderModifier and TypeMethodDescriptionprotected 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.internalModifier and TypeClassDescriptionclassSupport for binding values directly through `setObject` JDBC driver calls.