Class StringArrayResultRowMapperFactory

java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.mapper.StringArrayResultRowMapperFactory
All Implemented Interfaces:
ResultRowMapperFactory

@Component public class StringArrayResultRowMapperFactory extends Object implements ResultRowMapperFactory
ResultRowMapperFactory that supports query results of type String[]. The order of the array is defined by the order the paths are given to PathQueryBuilder.addPathToSelection(String...). To-Many paths get joined by commas