se.fortnox.reactivewizard.db.query.parts.DynamicQueryPart Maven / Gradle / Ivy
package se.fortnox.reactivewizard.db.query.parts;
import java.sql.SQLException;
public interface DynamicQueryPart extends QueryPart {
DynamicQueryPart subPath(String[] subPath) throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy