io.agrest.cayenne.qualifier.IQualifierParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agrest-cayenne Show documentation
Show all versions of agrest-cayenne Show documentation
Cayenne backend for Agrest
package io.agrest.cayenne.qualifier;
import io.agrest.base.protocol.CayenneExp;
import org.apache.cayenne.exp.Expression;
import java.util.List;
/**
* @since 3.3
*/
public interface IQualifierParser {
Expression parse(List qualifiers);
}