Package org.springframework.data.gemfire.repository.query.annotation


package org.springframework.data.gemfire.repository.query.annotation
  • Annotation Interfaces
    Class
    Description
    The Hint class is a annotation type indicating a GemFire OQL Query Hint.
    The Import class is a annotation type indicating a GemFire OQL Query Import to refer to the class of an object in cases where the same class name resides in two different name scopes (packages), then you must be able to differentiate the classes having the same name.
    The Limit class is an annotation type indicating a GemFire OQL Query Limit on the number of results that are returned.
    The Trace class is an annotation type to enable GemFire OQL Query debugging.