com.liferay.portal.dao.shard
Class ShardMappingSqlQueryImpl

java.lang.Object
  extended by org.springframework.jdbc.object.RdbmsOperation
      extended by org.springframework.jdbc.object.SqlOperation
          extended by org.springframework.jdbc.object.SqlQuery
              extended by org.springframework.jdbc.object.MappingSqlQueryWithParameters
                  extended by org.springframework.jdbc.object.MappingSqlQuery
                      extended by com.liferay.portal.dao.jdbc.spring.MappingSqlQueryImpl
                          extended by com.liferay.portal.dao.shard.ShardMappingSqlQueryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.jdbc.MappingSqlQuery, org.springframework.beans.factory.InitializingBean

public class ShardMappingSqlQueryImpl
extends MappingSqlQueryImpl

View Source

Author:
Alexander Chow

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
ShardMappingSqlQueryImpl(java.lang.String sql, int[] types, com.liferay.portal.kernel.dao.jdbc.RowMapper rowMapper)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.dao.jdbc.spring.MappingSqlQueryImpl
mapRow
 
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
 
Methods inherited from interface com.liferay.portal.kernel.dao.jdbc.MappingSqlQuery
execute
 

Constructor Detail

ShardMappingSqlQueryImpl

public ShardMappingSqlQueryImpl(java.lang.String sql,
                                int[] types,
                                com.liferay.portal.kernel.dao.jdbc.RowMapper rowMapper)