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

cn.sylinx.hbatis.ext.ifblock.IfEndBlockParser Maven / Gradle / Ivy

The newest version!
package cn.sylinx.hbatis.ext.ifblock;

public interface IfEndBlockParser {

	/**
	 *
	 * @param statement
	 *            入参类似 "#IF[condition != null] and field = ${condition} #ELSE
	 *            and field = 1 #END" 的字符串
	 * @return
	 */
	String parse(String statement);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy