| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
defaultConfigName |
"cron4j" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DB_BATCH_COUNT |
1024 |
public static final int |
DEFAULT_TRANSACTION_LEVEL |
4 |
public static final String |
MAIN_CONFIG_NAME |
"main" |
public static final String |
REPLICA_CONFIG_NAME |
"replica" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FILTER_BY_SAVE |
0 |
public static final int |
FILTER_BY_UPDATE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REGEX_REPLACE_ORDER_BY |
"(?i)order\\s+by\\s+[^,]+(?:\\s+(?:asc|desc))?(?:\\s*,\\s*[^,]+(?:\\s+(?:asc|desc))?)*" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FREE_MARKER_RENDER |
1 |
public static final int |
JSON_RENDER |
4 |
public static final int |
JSP_RENDER |
2 |
public static final int |
TEMPLATE_RENDER |
0 |
public static final int |
XML_RENDER |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DB_URL |
"jdbc:sqlite:default_database.db" |
public static final String |
driverClass |
"org.sqlite.JDBC" |
public static final String |
sql_statement_stat |
"sql_statement_stat" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RESOURCE_BASE_PATH |
"/emails/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
llm_chat_prompt |
"llm_chat_prompt" |
public static final String |
RESOURCE_BASE_PATH |
"/prompts/" |
public static final String |
sql |
"select prompt from llm_chat_prompt where name=? and env=?" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RESOURCE_BASE_PATH |
"/python/" |
public static final String |
sql |
"select prompt from llm_python_code where name=? and env=?" |
public static final String |
tableName |
"llm_python_code" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_MAIN_FILE |
"sql-templates/main.sql" |
public static final String |
DEFAULT_SQL_DIR |
"sql-templates" |
Copyright © 2025. All rights reserved.