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 |
GETTER_PREFIX |
"get" |
public static final String |
SETTER_PREFIX |
"set" |
Copyright © 2019. All rights reserved.