public interface

ValueExtractor

org.hibernate.type.descriptor.ValueExtractor<X>
Known Indirect Subclasses

Class Overview

Contract for extracting a value from a ResultSet.

Summary

Public Methods
abstract X extract(ResultSet rs, String name, WrapperOptions options)
Extract value from result set

Public Methods

public abstract X extract (ResultSet rs, String name, WrapperOptions options)

Extract value from result set

Parameters
rs The result set from which to extract the value
name The name by which to extract the value from the result set
options The options
Returns
  • The extracted value
Throws
SQLException Indicates a JDBC error occurred.