Interface ResultListRowTransformer<S,​Q extends FlexibleRelationalPathBase<R>,​R>

    • Method Detail

      • beforeTransformation

        default void beforeTransformation​(List<com.querydsl.core.Tuple> rowTuples,
                                          Q entityPath)
                                   throws SchemaException
        This allows preprocessing of results before the transformation. One example is to load owner objects for containers.
        Throws:
        SchemaException
      • finishTransformation

        default void finishTransformation()
                                   throws SchemaException
        This method is called after all the rows were transformed and allows for additional final shake-up for more complex stateful transformations.
        Throws:
        SchemaException