Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SQL_ARRAY_TYPE |
"sql_array_type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CAMEL_CASE_REGEX |
"([a-z]+)([A-Z]+)" |
public static final String |
SNAKE_CASE_PATTERN |
"$1\\_$2" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTIES_FILE_NAME |
"hibernate-types.properties" |
public static final String |
PROPERTIES_FILE_PATH |
"hibernate-types.properties.path" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY_ALIAS |
"map_key" |
public static final String |
VALUE_ALIAS |
"map_value" |
Copyright © 2020. All rights reserved.