public class MappingSqlQueryImpl<T>
extends org.springframework.jdbc.object.MappingSqlQuery<T>
implements com.liferay.portal.kernel.dao.jdbc.MappingSqlQuery<T>
| Constructor and Description |
|---|
MappingSqlQueryImpl(javax.sql.DataSource dataSource,
java.lang.String sql,
int[] types,
com.liferay.portal.kernel.dao.jdbc.RowMapper<T> rowMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
mapRow(java.sql.ResultSet rs,
int rowNumber) |
newRowMapperexecute, 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, setRowsExpectedcompileInternal, getParsedSql, newPreparedStatementCreator, newPreparedStatementCreator, newPreparedStatementSetter, onCompileInternalafterPropertiesSet, 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, validateParameterspublic MappingSqlQueryImpl(javax.sql.DataSource dataSource,
java.lang.String sql,
int[] types,
com.liferay.portal.kernel.dao.jdbc.RowMapper<T> rowMapper)