Interface ValueExtractor<X>

  • All Known Implementing Classes:
    BasicExtractor, DB2GetObjectExtractor, org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor

    public interface ValueExtractor<X>
    Contract for extracting values from a JDBC ResultSet or from output the parameters of a CallableStatement.
    API Note:
    Extractors, as well as binders, should never apply conversions. Instead, callers of the extractor are expected to coordinate between the extraction and conversion.