|
Class Summary |
| AbstractJdbcPersonAttributeDao |
Provides common logic for executing a JDBC based attribute query. |
| AbstractPersonAttributeMappingQuery |
An object which will execute a SQL query with the expectation
of yielding a ResultSet with zero or one rows, which it maps
to null or to a Map from uPortal attribute names to values. |
| MultiRowJdbcPersonAttributeDao |
An org.jasig.portal.services.persondir.IPersonAttributeDao
implementation that maps attribute names and values from name and value column
pairs. |
| SingleRowJdbcPersonAttributeDao |
An org.jasig.portal.services.persondir.IPersonAttributeDao
implementation that maps from column names in the result of a SQL query
to attribute names. |