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

com.tvd12.ezydata.database.query.EzyQueryManager Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezydata.database.query;

import java.util.Map;

public interface EzyQueryManager {

    EzyQueryEntity getQuery(String name);

    Map getQueries();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy