All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jparams.store.query.OrQuery Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
package com.jparams.store.query;

public interface OrQuery extends Query
{
    /**
     * Adds an OR clause to the search query
     *
     * @param indexName name of the index
     * @param key       indexed key to match
     * @return query
     */
    OrQuery or(String indexName, Object key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy