array package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections.See: Description
| Interface | Description |
|---|---|
| SqlArrayType<T> |
Strategy for converting elements of array-like arguments into SQL array elements.
|
| SqlArrayTypeFactory |
Factory interface to produce
SqlArrayType instances. |
| Class | Description |
|---|---|
| SqlArrayArgumentFactory |
Bind a Java array or
Collection to a SQL array using the
SqlArrayTypeFactory for the given type information. |
| SqlArrayMapperFactory |
Maps SQL array columns into Java arrays or other Java container types.
|
| SqlArrayTypes |
Configuration class for SQL array binding and mapping.
|
| Enum | Description |
|---|---|
| SqlArrayArgumentStrategy |
Strategies used to bind SQL array arguments to a
PreparedStatement. |
The array package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections.
Copyright © 2017. All rights reserved.