Uses of Interface
org.hibernate.type.descriptor.ValueBinder
-
Packages that use ValueBinder Package Description org.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.h2geodb org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mariadb org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.type org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverter
instances as part of the HibernateType
system.org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types. -
-
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>
DB2GeometryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.h2geodb
Methods in org.hibernate.spatial.dialect.h2geodb that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
GeoDBGeometryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
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>
HANAGeometryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
HANAPointTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
Uses of ValueBinder in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
MariaDBGeometryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
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>
MySQLGeometryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
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>
SDOGeometryTypeDescriptor. getBinder(JavaTypeDescriptor<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>
PGGeometryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
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>
SqlServer2008GeometryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
Uses of ValueBinder in org.hibernate.type
Methods in org.hibernate.type that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
Uses of ValueBinder in org.hibernate.type.descriptor.converter
Methods in org.hibernate.type.descriptor.converter that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
AttributeConverterSqlTypeDescriptorAdapter. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-
Uses of ValueBinder in org.hibernate.type.descriptor.sql
Classes in org.hibernate.type.descriptor.sql that implement ValueBinder Modifier and Type Class Description class
BasicBinder<J>
Convenience base implementation ofValueBinder
Methods in org.hibernate.type.descriptor.sql that return ValueBinder Modifier and Type Method Description <X> ValueBinder<X>
BigIntTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
BitTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
BooleanTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
ClobTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
DateTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
DecimalTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
DoubleTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
IntegerTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
NClobTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
NVarcharTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
RealTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
SmallIntTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
SqlTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
Get the binder (setting JDBC in-going parameter values) capable of handling values of the type described by the passed descriptor.<X> ValueBinder<X>
SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
TimestampTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
TimeTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
TinyIntTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
VarbinaryTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueBinder<X>
VarcharTypeDescriptor. getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
-