org.apache.openjpa.kernel
Interface QueryHints


public interface QueryHints

Standard query hint keys.


Field Summary
static String HINT_RESULT_COUNT
          Hint to specify the number of rows to optimize for.
static String HINT_USE_LITERAL_IN_SQL
          A boolean directive to generate literal directly into the SQL statement instead of using position parameter, if possible.
 

Field Detail

HINT_RESULT_COUNT

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

See Also:
Constant Field Values

HINT_USE_LITERAL_IN_SQL

static final String HINT_USE_LITERAL_IN_SQL
A boolean directive to generate literal directly into the SQL statement instead of using position parameter, if possible.

See Also:
Constant Field Values


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.