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

com.base4j.mybatis.sql.entity.Style Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.base4j.mybatis.sql.entity;

/**
 * 字段转换方式
 * Created by USER on 2017-03-21.
 */
public enum Style {
    normal,                     //原值
    camelhump,                  //驼峰转下划线
    uppercase,                  //转换为大写
    lowercase,                  //转换为小写
    camelhumpAndUppercase,      //驼峰转下划线大写形式
    camelhumpAndLowercase,      //驼峰转下划线小写形式
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy