public interface ParamedQuerySingleExecutor
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.io.Serializable> |
single()
query single.
|
<T> T |
single(java.lang.Class<T> mappingType)
query single.
|
<T> T |
single(RowMapper<T> rowMapper)
query single.
|
java.util.Map<java.lang.String,java.io.Serializable> single()
<T> T single(java.lang.Class<T> mappingType)
T - the generic typemappingType - the mapping type<T> T single(RowMapper<T> rowMapper)
T - the generic typerowMapper - the row mapper