org.apache.openjpa.kernel
Interface QueryHints


public interface QueryHints

Standard query hint keys.


Field Summary
static java.lang.String HINT_RESULT_COUNT
          Hint to specify the number of rows to optimize for.
 

Field Detail

HINT_RESULT_COUNT

static final java.lang.String HINT_RESULT_COUNT
Hint to specify the number of rows to optimize for.

See Also:
Constant Field Values