![JAR search and dependency download from the Maven repository](/logo.png)
com.github.yooryan.advancequery.annotation.ISqlSegment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-advance-query Show documentation
Show all versions of mybatis-advance-query Show documentation
This is a MyBaits plug-in that provides automatic build of advanced query.
package com.github.yooryan.advancequery.annotation;
import java.io.Serializable;
/**
* SQL 片段接口
*
* @author linyunrui
*/
@FunctionalInterface
public interface ISqlSegment extends Serializable {
/**
* @return SQL 片段
*/
String getSqlSegment();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy