Class DatastoreQueryLookupStrategy

java.lang.Object
com.google.cloud.spring.data.datastore.repository.query.DatastoreQueryLookupStrategy
All Implemented Interfaces:
org.springframework.data.repository.query.QueryLookupStrategy

public class DatastoreQueryLookupStrategy extends Object implements org.springframework.data.repository.query.QueryLookupStrategy
Query lookup strategy for Query Methods for Cloud Datastore.
Since:
1.1
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.data.repository.query.QueryLookupStrategy

    org.springframework.data.repository.query.QueryLookupStrategy.Key
  • Constructor Summary

    Constructors
    Constructor
    Description
    DatastoreQueryLookupStrategy(DatastoreMappingContext datastoreMappingContext, DatastoreOperations datastoreOperations, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.repository.query.RepositoryQuery
    resolveQuery(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory projectionFactory, org.springframework.data.repository.core.NamedQueries namedQueries)
     

    Methods inherited from class java.lang.Object

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

    • DatastoreQueryLookupStrategy

      public DatastoreQueryLookupStrategy(DatastoreMappingContext datastoreMappingContext, DatastoreOperations datastoreOperations, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
  • Method Details

    • resolveQuery

      public org.springframework.data.repository.query.RepositoryQuery resolveQuery(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory projectionFactory, org.springframework.data.repository.core.NamedQueries namedQueries)
      Specified by:
      resolveQuery in interface org.springframework.data.repository.query.QueryLookupStrategy