java.lang.Object
org.springframework.jdbc.object.RdbmsOperation
org.springframework.jdbc.object.SqlOperation
org.springframework.jdbc.object.SqlQuery
org.springframework.jdbc.object.MappingSqlQueryWithParameters
org.springframework.jdbc.object.MappingSqlQuery
org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.LookupPermissionIdMapping
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
- Enclosing class:
- JdbcExtendedDaoImpl
- protected class JdbcExtendedDaoImpl.LookupPermissionIdMapping
- extends org.springframework.jdbc.object.MappingSqlQuery
| Nested classes inherited from class org.springframework.jdbc.object.MappingSqlQueryWithParameters |
org.springframework.jdbc.object.MappingSqlQueryWithParameters.ResultReaderImpl |
| Fields inherited from class org.springframework.jdbc.object.SqlQuery |
|
| Fields inherited from class org.springframework.jdbc.object.SqlOperation |
|
| Methods inherited from class org.springframework.jdbc.object.SqlQuery |
execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, getRowsExpected, setRowsExpected |
| Methods inherited from class org.springframework.jdbc.object.RdbmsOperation |
afterPropertiesSet, compile, declareParameter, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcExtendedDaoImpl.LookupPermissionIdMapping
protected JdbcExtendedDaoImpl.LookupPermissionIdMapping(javax.sql.DataSource ds)
mapRow
protected java.lang.Object mapRow(java.sql.ResultSet rs,
int rownum)
throws java.sql.SQLException
- Description copied from class:
org.springframework.jdbc.object.MappingSqlQuery
- Subclasses must implement this method to convert each row of the
ResultSet into an object of the result type.
Subclasses of this class, as opposed to direct subclasses of
MappingSqlQueryWithParameters, don't need to concern themselves
with the parameters to the execute method of the query object.