com.mybatis.jpa.statement.StatementFactory 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 sway.li
**/
public interface StatementFactory {
void parseStatement(Method method, Class> targetClass);
}