Class RowTransformerArrayImpl

java.lang.Object
org.hibernate.sql.results.internal.RowTransformerArrayImpl
All Implemented Interfaces:
RowTransformer<Object[]>

public class RowTransformerArrayImpl extends Object implements RowTransformer<Object[]>
RowTransformer used when an array is explicitly specified as the return type
  • Constructor Details

    • RowTransformerArrayImpl

      public RowTransformerArrayImpl()
  • Method Details