
cn.sylinx.hbatis.ext.ifblock.IfEndBlockParser Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy