com.mybatis.jpa.definition.template.SqlTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-jpa Show documentation
Show all versions of mybatis-jpa Show documentation
The plugins for mybatis, in order to provider the ability to handler jpa.
package com.mybatis.jpa.definition.template;
/**
* @author sway.li
**/
public interface SqlTemplate {
String parseSQL(final Class> type);
}