Package | Description |
---|---|
net.sourceforge.kopylec.sqlmapper.core |
Modifier and Type | Method and Description |
---|---|
<E> java.util.List<E> |
SQLRunner.selectMany(java.lang.String query,
MultipleResultsMapper<E> mapper,
java.lang.Object... parameters)
Runs an SQL query and maps its results to a list of entities.
|