| Class | Description |
|---|---|
| AbstractJdbcPersonAttributeDao<R> |
Provides common logic for executing a JDBC based query including building the WHERE clause SQL string.
|
| ColumnMapParameterizedRowMapper |
JDK5 clone of
ColumnMapRowMapper |
| MultiRowJdbcPersonAttributeDao |
An
IPersonAttributeDao
implementation that maps attribute names and values from name and value column
pairs. |
| NamedParameterJdbcPersonAttributeDao |
Implementation of PersonAttributeDao based on Spring's
NamedParameterJdbcTemplate. |
| SingleRowJdbcPersonAttributeDao |
An
IPersonAttributeDao
implementation that maps from column names in the result of a SQL query
to attribute names. |
Copyright © 2015 Jasig. All Rights Reserved.