com.mybatis.jpa.statement.StatementBuildable 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.statement;
import java.lang.reflect.Method;
/**
* @author svili
**/
public interface StatementBuildable {
void parseStatement(Method method,Class> targetClass);
}