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

fr.ouestfrance.querydsl.postgrest.model.Filter Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package fr.ouestfrance.querydsl.postgrest.model;

import fr.ouestfrance.querydsl.postgrest.builders.FilterVisitor;

/**
 * Interface that represent a filter
 */
public interface Filter extends FilterVisitor {

    /**
     * Get the filter key
     * @return filter key
     */
    String getKey();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy