Class DynamicInstantiationAssemblerListImpl

java.lang.Object
org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerListImpl
All Implemented Interfaces:
DomainResultAssembler<List<?>>

public class DynamicInstantiationAssemblerListImpl extends Object implements DomainResultAssembler<List<?>>
A QueryResultAssembler implementation representing handling for dynamic- instantiations targeting a List (per-"row"), E.g.`select new list( pers.name, pers.dateOfBirth ) ...`