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

com.github.mybatis.helper.datascope.annotation.DataScopeSqlStyle Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.github.mybatis.helper.datascope.annotation;

/**
 * sql风格
 * inner是在where后面直接添加条件,outer是在外面包一个查询语句
 */
public enum DataScopeSqlStyle {
    INNER,OUTER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy