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