Class CustomResultRowMapperFactory<E>
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.mapper.CustomResultRowMapperFactory<E>
- All Implemented Interfaces:
- ResultRowMapperFactory
@Component
public class CustomResultRowMapperFactory<E>
extends Object
implements ResultRowMapperFactory
Handles custom result beans that are annotated with 
QueryBuilderResult.
 The properties of the annotated bean are automatically mapped to the query results and all
 necessary paths are automatically added to the query builder.
 The ResultPath and NestedResultPath annotations can be used to
 customize the mapping of the properties.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CustomResultRowMapperFactorypublic CustomResultRowMapperFactory()
 
- 
- 
Method Details- 
supports- Specified by:
- supportsin interface- ResultRowMapperFactory
- Returns:
- true if this factory supports the given target type
 
- 
createMapper- Specified by:
- createMapperin interface- ResultRowMapperFactory
- Returns:
- a ResultRowMapperthat can produce results of type T
 
 
-