com.hazelcast.query
Class QueryConstants

java.lang.Object
  extended by com.hazelcast.query.QueryConstants

public final class QueryConstants
extends Object

Contains constants for Query.


Field Summary
static String KEY_ATTRIBUTE_NAME
          Attribute name of the key.
static String THIS_ATTRIBUTE_NAME
          Attribute name of the "this".
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_ATTRIBUTE_NAME

public static final String KEY_ATTRIBUTE_NAME
Attribute name of the key.

See Also:
Constant Field Values

THIS_ATTRIBUTE_NAME

public static final String THIS_ATTRIBUTE_NAME
Attribute name of the "this".

See Also:
Constant Field Values


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.