| Package | Description |
|---|---|
| com.liferay.portal.kernel.dao.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
CountRowMapper |
class |
PrimaryKeyRowMapper |
| Modifier and Type | Field and Description |
|---|---|
static RowMapper<Integer> |
RowMapper.COUNT |
static RowMapper<Long> |
RowMapper.PRIMARY_KEY |
| Modifier and Type | Method and Description |
|---|---|
<T> MappingSqlQuery<T> |
MappingSqlQueryFactory.getMappingSqlQuery(DataSource dataSource,
String sql,
RowMapper<T> rowMapper,
ParamSetter... paramSetters) |
static <T> MappingSqlQuery<T> |
MappingSqlQueryFactoryUtil.getMappingSqlQuery(DataSource dataSource,
String sql,
RowMapper<T> rowMapper,
ParamSetter... paramSetters) |