Interface QueryBuilder<T extends QueryBuilder<T>>

    • Method Detail

      • query

        default Query query()
        Returns the Query representation of this builder instance
        Returns:
        The Query representation
      • query

        default <U extends QueryProcessor> U query​(U processor)
        Allows the user to finish the query building process by passing the query to a specified processor.
        Type Parameters:
        U - The generic type
        Parameters:
        processor - The query processor
        Returns:
        The query processor