Package ch.tocco.nice2.persist.core.impl.hibernate.query.mapper
package ch.tocco.nice2.persist.core.impl.hibernate.query.mapper
-
ClassDescription
ResultRowMapperFactorythat supports query results of typeObject[].Handles custom result beans that are annotated withQueryBuilderResult.ResultRowMapperFactorythat 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.ResultRowMapperFactorythat supports query results of typeString[].