Package ch.tocco.nice2.persist.core.impl.hibernate.query.mapper
package ch.tocco.nice2.persist.core.impl.hibernate.query.mapper
-
ClassDescription
ResultRowMapperFactory
that supports query results of typeObject
[].Handles custom result beans that are annotated withQueryBuilderResult
.ResultRowMapperFactory
that returns the query results in a nestedMap
.ResultRowMapper<RT>A strategy that converts the raw results (Object
[]) of the hibernate query to a different representation.