com.force.sdk.jpa.query
Class QueryHints

java.lang.Object
  extended by com.force.sdk.jpa.query.QueryHints

public final class QueryHints
extends Object

Constants for available SOQL query hints.

Author:
Fiaz Hossain

Field Summary
static String CURRENT_DATE
          Force.com API Date Literals.
static String EMPTY_RECYCLE_BIN
          Whether to empty the Force.com recycle bin.
static String MAX_FETCH_DEPTH
          Maximum fetch depth for relationships.
static String MEMBER_OF_FIELD
          Field name of child object to use for MEMBER OF queries, default "name".
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_RECYCLE_BIN

public static final String EMPTY_RECYCLE_BIN
Whether to empty the Force.com recycle bin.

See Also:
Constant Field Values

CURRENT_DATE

public static final String CURRENT_DATE
Force.com API Date Literals.

See Also:
Constant Field Values

MAX_FETCH_DEPTH

public static final String MAX_FETCH_DEPTH
Maximum fetch depth for relationships.

See Also:
Constant Field Values

MEMBER_OF_FIELD

public static final String MEMBER_OF_FIELD
Field name of child object to use for MEMBER OF queries, default "name".

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.