Class TupleBackedProjection

java.lang.Object
net.binis.codegen.spring.query.executor.TupleBackedProjection
All Implemented Interfaces:
InvocationHandler

public class TupleBackedProjection extends Object implements InvocationHandler
  • Field Details

    • tuple

      protected final jakarta.persistence.Tuple tuple
    • executor

      protected final QueryExecutor executor
    • withRes

      protected static final Method withRes
  • Constructor Details

    • TupleBackedProjection

      public TupleBackedProjection(jakarta.persistence.Tuple tuple, QueryExecutor executor)
  • Method Details