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

com.github.siwenyan.query.IQueryFactory Maven / Gradle / Ivy

package com.github.siwenyan.query;

public interface IQueryFactory {
    QueryBase createQuery(String source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy