All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mybatis.jpa.statement.StatementBuildable Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package com.mybatis.jpa.statement;

import java.lang.reflect.Method;

/**
 * @author svili
 **/
public interface StatementBuildable {

  void parseStatement(Method method,Class targetClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy