Class ReactiveRowTransformerArrayImpl
java.lang.Object
org.hibernate.reactive.sql.results.internal.ReactiveRowTransformerArrayImpl
- All Implemented Interfaces:
org.hibernate.sql.results.spi.RowTransformer<CompletionStage<Object[]>>
public class ReactiveRowTransformerArrayImpl
extends Object
implements org.hibernate.sql.results.spi.RowTransformer<CompletionStage<Object[]>>
- See Also:
-
RowTransformerArrayImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hibernate.sql.results.spi.RowTransformer<CompletionStage<Object[]>>static org.hibernate.sql.results.internal.RowTransformerArrayImplinstance()transformRow(Object[] objects) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.results.spi.RowTransformer
determineNumberOfResultElements
-
Constructor Details
-
ReactiveRowTransformerArrayImpl
public ReactiveRowTransformerArrayImpl()
-
-
Method Details
-
instance
public static org.hibernate.sql.results.internal.RowTransformerArrayImpl instance() -
asRowTransformer
public static org.hibernate.sql.results.spi.RowTransformer<CompletionStage<Object[]>> asRowTransformer() -
transformRow
- Specified by:
transformRowin interfaceorg.hibernate.sql.results.spi.RowTransformer<CompletionStage<Object[]>>
-