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 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

      public CompletionStage<Object[]> transformRow(Object[] objects)
      Specified by:
      transformRow in interface org.hibernate.sql.results.spi.RowTransformer<CompletionStage<Object[]>>