public class ConfigUtil extends Object
Constructor and Description |
---|
ConfigUtil() |
Modifier and Type | Method and Description |
---|---|
static Integer |
getChar2ByteSize() |
static String |
getPropertyValue(XmlNode applicationConfig,
String propertyNodeName,
String proertyKey) |
static String |
getTableNamePrefix() |
static Integer |
getVarchar2ByteSize() |
static boolean |
isCheckModified() |
static boolean |
isCheckStrict() |
static boolean |
isInitDataDel() |
static boolean |
isTableRemarksConfigured() |
static boolean |
isUseDbTrigger() |
static void |
setChar2ByteSize(Integer char2ByteSize) |
static void |
setInitDataDel(boolean isInitDataDel) |
static void |
setIsCheckModified(boolean isCheckModified) |
static void |
setIsCheckStrict(boolean isCheckStrict) |
static void |
setTableNamePrefix(String tableNamePrefix)
设置表名前缀
|
static void |
setTableRemarksConfigured(boolean tableRemarksConfigured) |
static void |
setUseDbTrigger(boolean useDbTrigger) |
static void |
setVarchar2ByteSize(Integer varchar2ByteSize) |
public static void setIsCheckStrict(boolean isCheckStrict)
public static boolean isCheckStrict()
public static boolean isInitDataDel()
public static void setInitDataDel(boolean isInitDataDel)
public static boolean isCheckModified()
public static void setIsCheckModified(boolean isCheckModified)
public static Integer getChar2ByteSize()
public static void setChar2ByteSize(Integer char2ByteSize)
public static Integer getVarchar2ByteSize()
public static void setVarchar2ByteSize(Integer varchar2ByteSize)
public static String getPropertyValue(XmlNode applicationConfig, String propertyNodeName, String proertyKey)
public static void setTableNamePrefix(String tableNamePrefix)
tableNamePrefix
- public static String getTableNamePrefix()
public static boolean isUseDbTrigger()
public static void setUseDbTrigger(boolean useDbTrigger)
public static boolean isTableRemarksConfigured()
public static void setTableRemarksConfigured(boolean tableRemarksConfigured)
Copyright © 2006–2018 TinyGroup. All rights reserved.