cn.vonce.sql.enumerate.FillWith Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
The newest version!
package cn.vonce.sql.enumerate;
/**
* 填充类型
* @author Jovi
* @email [email protected]
* @date 2022/6/24 21:04
*/
public enum FillWith {
INSERT, UPDATE, TOGETHER
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy