| Interface | Description | 
|---|---|
| ValueBinder<X> | 
 Contract for binding values to a  
PreparedStatement. | 
| ValueExtractor<X> | 
 Contract for extracting value via JDBC (from  
ResultSet or as output param from CallableStatement). | 
| WrapperOptions | 
 Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options. 
 | 
| WrapperOptionsContext | Deprecated
 (since 5.2) Just directly implement WrapperOptions 
 | 
| Class | Description | 
|---|---|
| JdbcTypeNameMapper | 
 (Badly named) helper for dealing with standard JDBC types as defined by  
Types | 
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.