|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowMapperIF | |
|---|---|
| net.ontopia.topicmaps.query.utils | This package provides query utility classes. |
| ontopoly.model | |
| ontopoly.utils | |
| Uses of RowMapperIF in net.ontopia.topicmaps.query.utils |
|---|
| Methods in net.ontopia.topicmaps.query.utils with parameters of type RowMapperIF | |
|---|---|
java.util.List |
QueryWrapper.queryForList(java.lang.String query,
RowMapperIF mapper)
EXPERIMENTAL: Runs the query, and calls the mapper for each row in the query result. |
java.util.List |
QueryWrapper.queryForList(java.lang.String query,
RowMapperIF mapper,
java.util.Map params)
EXPERIMENTAL: Runs the query with the given parameters, and calls the mapper for each row in the query result. |
java.lang.Object |
QueryWrapper.queryForObject(java.lang.String query,
RowMapperIF mapper)
EXPERIMENTAL: Returns the mapping of the value in the first column in the first row of the query result. |
java.lang.Object |
QueryWrapper.queryForObject(java.lang.String query,
RowMapperIF mapper,
java.util.Map params)
EXPERIMENTAL: Returns the mapping of the value in the first column in the first row of the query result. |
| Uses of RowMapperIF in ontopoly.model |
|---|
| Methods in ontopoly.model with parameters of type RowMapperIF | |
|---|---|
java.util.List<T> |
QueryMapper.queryForList(java.lang.String query,
RowMapperIF<T> mapper)
EXPERIMENTAL: Runs the query, and calls the mapper for each row in the query result. |
java.util.List<T> |
QueryMapper.queryForList(java.lang.String query,
RowMapperIF<T> mapper,
java.util.Map<java.lang.String,?> params)
EXPERIMENTAL: Runs the query with the given parameters, and calls the mapper for each row in the query result. |
T |
QueryMapper.queryForObject(java.lang.String query,
RowMapperIF<T> mapper)
EXPERIMENTAL: Returns the value in the first column in the first row of the query result. |
T |
QueryMapper.queryForObject(java.lang.String query,
RowMapperIF<T> mapper,
java.util.Map<java.lang.String,?> params)
EXPERIMENTAL: Returns the mapping of the value in the first column in the first row of the query result. |
| Uses of RowMapperIF in ontopoly.utils |
|---|
| Methods in ontopoly.utils that return RowMapperIF | |
|---|---|
static RowMapperIF<java.lang.Object> |
OntopolyModelUtils.getRowMapperOneColumn()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||