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

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

package com.tvd12.ezydata.database.query;

public interface EzyQueryMethodConverter {

    @SuppressWarnings("rawtypes")
    String toQueryString(Class entityClass, EzyQueryMethod method);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy