|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.jdbc.object.RdbmsOperation
org.springframework.jdbc.object.SqlOperation
org.springframework.jdbc.object.SqlQuery<T>
org.springframework.jdbc.object.MappingSqlQueryWithParameters<T>
org.springframework.jdbc.object.MappingSqlQuery
org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclsByObjectIdentityMapping
protected class JdbcDaoImpl.AclsByObjectIdentityMapping
Query object to look up individual ACL entries.
Returns the generic AclDetailsHolder
object.
Guarantees to never return null
(exceptions are thrown in the event of any issues).
The executed SQL requires the following information be made available from the indicated placeholders: 1. RECIPIENT, 2. MASK.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.springframework.jdbc.object.MappingSqlQueryWithParameters |
---|
org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl |
Field Summary |
---|
Fields inherited from class org.springframework.jdbc.object.RdbmsOperation |
---|
logger |
Constructor Summary | |
---|---|
protected |
JdbcDaoImpl.AclsByObjectIdentityMapping(javax.sql.DataSource ds)
|
Method Summary | |
---|---|
protected java.lang.Object |
mapRow(java.sql.ResultSet rs,
int rownum)
|
Methods inherited from class org.springframework.jdbc.object.MappingSqlQuery |
---|
mapRow |
Methods inherited from class org.springframework.jdbc.object.MappingSqlQueryWithParameters |
---|
newRowMapper |
Methods inherited from class org.springframework.jdbc.object.SqlQuery |
---|
execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, executeByNamedParam, executeByNamedParam, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObjectByNamedParam, findObjectByNamedParam, getRowsExpected, setRowsExpected |
Methods inherited from class org.springframework.jdbc.object.SqlOperation |
---|
compileInternal, getParsedSql, newPreparedStatementCreator, newPreparedStatementCreator, newPreparedStatementSetter, onCompileInternal |
Methods inherited from class org.springframework.jdbc.object.RdbmsOperation |
---|
afterPropertiesSet, allowsUnusedParameters, checkCompiled, compile, declareParameter, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setParameters, setQueryTimeout, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateNamedParameters, validateParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JdbcDaoImpl.AclsByObjectIdentityMapping(javax.sql.DataSource ds)
Method Detail |
---|
protected java.lang.Object mapRow(java.sql.ResultSet rs, int rownum) throws java.sql.SQLException
mapRow
in class org.springframework.jdbc.object.MappingSqlQuery
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |