Class NonEntityQueryResultLoader<T>

java.lang.Object
cz.cvut.kbss.jopa.model.NonEntityQueryResultLoader<T>
Type Parameters:
T - Result type
All Implemented Interfaces:
QueryResultLoader<T>

public class NonEntityQueryResultLoader<T> extends Object implements QueryResultLoader<T>
Query result loader for a non-entity result type.

The loader takes the result row and attempts to load the first binding as an instance of the specified class.

  • Constructor Details

    • NonEntityQueryResultLoader

      public NonEntityQueryResultLoader(Class<T> resultType)
  • Method Details