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

com.github.yooryan.advancequery.annotation.ISqlSegment Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
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