com.trendmicro.grid.acl.ds.jpa
Interface QueryHints


public interface QueryHints

Small collection of query hint keys and values to be used with QueryHint.

Author:
juergen_kellerer, 2012-07-31

Field Summary
static String CACHE_RETRIEVE_MODE
          Key; Controls whether the query cache is read by the query that has the query hint.
static String CACHE_STORE_MODE
          Key; Controls whether the query cache is written by the query that has the query hint.
static String CACHEABLE
          Key; Controls whether the query cache is enabled.
static String V_USE
          Hint value for CACHE_RETRIEVE_MODE and CACHE_STORE_MODE
static String V_YES
          Hint value for CACHEABLE.
 

Field Detail

CACHE_RETRIEVE_MODE

static final String CACHE_RETRIEVE_MODE
Key; Controls whether the query cache is read by the query that has the query hint.

See Also:
Constant Field Values

CACHE_STORE_MODE

static final String CACHE_STORE_MODE
Key; Controls whether the query cache is written by the query that has the query hint.

See Also:
Constant Field Values

CACHEABLE

static final String CACHEABLE
Key; Controls whether the query cache is enabled.

See Also:
Constant Field Values

V_YES

static final String V_YES
Hint value for CACHEABLE.

See Also:
Constant Field Values

V_USE

static final String V_USE
Hint value for CACHE_RETRIEVE_MODE and CACHE_STORE_MODE

See Also:
Constant Field Values