Uses of Class
org.hibernate.type.descriptor.jdbc.BasicExtractor
-
Packages that use BasicExtractor Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.internal -
-
Uses of BasicExtractor in org.hibernate.dialect
Subclasses of BasicExtractor in org.hibernate.dialect Modifier and Type Class Description classDB2GetObjectExtractor<T>Variant 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 BasicExtractor Modifier and Type Method Description protected <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.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor<T extends Object>
-