Uses of Class
org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor
Packages that use GetObjectExtractor
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of GetObjectExtractor in org.hibernate.dialect
Subclasses of GetObjectExtractor 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.