Class RowTransformerListImpl<T>
java.lang.Object
org.hibernate.sql.results.internal.RowTransformerListImpl<T>
- All Implemented Interfaces:
RowTransformer<List<Object>>
RowTransformer
instantiating a List
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X> RowTransformerListImpl<X>
instance()
transformRow
(Object[] row) Transform the "raw" row values into the ultimate query result (for a row)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.results.spi.RowTransformer
determineNumberOfResultElements
-
Constructor Details
-
RowTransformerListImpl
public RowTransformerListImpl()
-
-
Method Details
-
instance
-
transformRow
Description copied from interface:RowTransformer
Transform the "raw" row values into the ultimate query result (for a row)- Specified by:
transformRow
in interfaceRowTransformer<T>
-