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

com.easy.query.solon.integration.option.PropertyModeEnum Maven / Gradle / Ivy

The newest version!
package com.easy.query.solon.integration.option;

/**
 * create time 2024/11/1 23:52
 * 文件说明
 *
 * @author xuejiaming
 */
public enum PropertyModeEnum {
    /**
     * 属性首字母小写(默认)
     */
    FIRST_LOWER,
    /**
     * 与entity内部的属性名一致
     */
    SAME_AS_ENTITY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy