T
- the Java result type of the querypublic interface ResultSetMapping<T>
SqlResultSetMapping
. At
runtime an instance may be obtained by calling
session.getResultSetMapping(type, name)
, or
using a typesafe reference produced by some sort of
compile-time code generator.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the result set mapping, as specified by
SqlResultSetMapping.name() . |
java.lang.Class<T> |
getResultType()
The Java result type of the query.
|
java.lang.String getName()
SqlResultSetMapping.name()
.java.lang.Class<T> getResultType()
Object[]
.