Uses of Class
org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor
-
Packages that use GetObjectExtractor Package Description org.hibernate.dialect 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.dialect Modifier and Type Class Description class
DB2GetObjectExtractor<T>
Variant of theGetObjectExtractor
that catches aNullPointerException
, because the DB2 JDBC driver runs into that exception when trying to access anull
value with thegetObject(int, Class)
andgetObject(String, Class)
methods.
-