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

com.javaoffers.batis.modelhelper.constants.ModelHelpperConstants Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.constants;

/**
 * @author mingJie
 */
public interface ModelHelpperConstants {

    String NULL = "__NULL__";

    String FIELD_COL_NAME = "__FIELD_COL_NAME__";

    //split_line
    String SPLIT_LINE = "__";

    double BLUR_PERCENT= 0.3;

    String BLUR_TAG = "*";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy