Interface HintsCapableRepository

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Map<java.lang.String,​java.lang.Object> getQueryHints​(StoredQuery<?,​?> storedQuery)
      Obtain any custom query hints for this method and repository implementation.
    • Method Detail

      • getQueryHints

        @NonNull
        default java.util.Map<java.lang.String,​java.lang.Object> getQueryHints​(@NonNull
                                                                                     StoredQuery<?,​?> storedQuery)
        Obtain any custom query hints for this method and repository implementation.
        Parameters:
        storedQuery - The stored query
        Returns:
        THe query hints