com.sap.cds.jdbc.spi.PredicateMapper Maven / Gradle / Ivy
/*******************************************************************
* © 2023 SAP SE or an SAP affiliate company. All rights reserved. *
*******************************************************************/
package com.sap.cds.jdbc.spi;
import java.util.function.UnaryOperator;
import com.sap.cds.ql.cqn.CqnPredicate;
public interface PredicateMapper extends UnaryOperator {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy