Package | Description |
---|---|
net.sourceforge.kopylec.sqlmapper.core |
Modifier and Type | Method and Description |
---|---|
<E> E |
SQLRunner.selectOne(java.lang.String query,
SingleResultMapper<E> mapper,
java.lang.Object... parameters)
Runs an SQL query and maps its results to a single entity.
|