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

cn.schoolwow.quickdao.domain.database.dml.CheckStrategy Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package cn.schoolwow.quickdao.domain.database.dml;

/**字段检查策略*/
public enum CheckStrategy {
    /**不检查*/
    None,
    /**检查并抛出异常*/
    CheckAndThrow,
    /**检查并过滤*/
    CheckAndFilter,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy