Class FirestoreQueryMethod

java.lang.Object
org.springframework.data.repository.query.QueryMethod
com.google.cloud.spring.data.firestore.repository.query.FirestoreQueryMethod

public class FirestoreQueryMethod extends org.springframework.data.repository.query.QueryMethod
A Metadata class for Spring Data Reactive Firestore QueryMethod.
Since:
1.2
  • Constructor Summary

    Constructors
    Constructor
    Description
    FirestoreQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean

    Methods inherited from class org.springframework.data.repository.query.QueryMethod

    createParameters, createParameters, createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isScrollQuery, isSliceQuery, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FirestoreQueryMethod

      public FirestoreQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
  • Method Details

    • isStreamQuery

      public boolean isStreamQuery()

      For Spring Data Firestore, all Firestore query methods are Reactive and considered to be "streaming".

      Overrides:
      isStreamQuery in class org.springframework.data.repository.query.QueryMethod