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.
|
Class | Description |
---|---|
JdbcTypeNameMapper |
(Badly named) helper for dealing with standard JDBC types as defined by
Types |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.