Class JdbcUserRoleListService.AllAuthoritiesMapping

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean
    Enclosing class:
    JdbcUserRoleListService

    protected class JdbcUserRoleListService.AllAuthoritiesMapping
    extends org.springframework.jdbc.object.MappingSqlQuery
    Query object to look up all authorities.
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Object mapRow​(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, resolveSql, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setParameters, setQueryTimeout, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateNamedParameters, validateParameters
    • Constructor Detail

      • AllAuthoritiesMapping

        protected AllAuthoritiesMapping​(DataSource ds)