![JAR search and dependency download from the Maven repository](/logo.png)
com.mybatis.jpa.definition.template.SqlTemplate Maven / Gradle / Ivy
package com.mybatis.jpa.definition.template;
/**
* @author svili
**/
public interface SqlTemplate {
String parseSQL(final Class> type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy