Class DatastoreQueryOptions

java.lang.Object
com.google.cloud.spring.data.datastore.core.DatastoreQueryOptions

public final class DatastoreQueryOptions extends Object
Encapsulates Cloud Datastore query options.
  • Method Details

    • getLimit

      public Integer getLimit()
    • getOffset

      public Integer getOffset()
    • getSort

      public org.springframework.data.domain.Sort getSort()
    • getCursor

      public com.google.cloud.datastore.Cursor getCursor()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object