Uses of Class
org.hibernate.type.descriptor.jdbc.BasicExtractor
Packages that use BasicExtractor
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 BasicExtractor in org.hibernate.dialect
Subclasses of BasicExtractor in org.hibernate.dialectModifier and TypeClassDescriptionclassVariant of theGetObjectExtractorthat catches aNullPointerException, because the DB2 JDBC driver runs into that exception when trying to access anullvalue with thegetObject(int, Class)andgetObject(String, Class)methods. -
Uses of BasicExtractor in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with parameters of type BasicExtractorModifier and TypeMethodDescriptionprotected <X> XArrayJdbcType.getArray(BasicExtractor<X> extractor, Array array, WrapperOptions options) -
Uses of BasicExtractor in org.hibernate.type.descriptor.jdbc.internal
Subclasses of BasicExtractor in org.hibernate.type.descriptor.jdbc.internalModifier and TypeClassDescriptionclassSupport for extracting values directly through `getObject` JDBC driver calls.