Class DB2GetObjectExtractor<T>

java.lang.Object
org.hibernate.type.descriptor.jdbc.BasicExtractor<T>
org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor<T>
org.hibernate.dialect.DB2GetObjectExtractor<T>
All Implemented Interfaces:
Serializable, ValueExtractor<T>

public class DB2GetObjectExtractor<T> extends org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor<T>
Variant of the GetObjectExtractor that catches a NullPointerException, because the DB2 JDBC driver runs into that exception when trying to access a null value with the getObject(int, Class) and getObject(String, Class) methods.
See Also: