| Interface | Description |
|---|---|
| NamingConversion |
Set global NamingConversion for entity which have no @table and @column annotation
|
| Class | Description |
|---|---|
| ArrayUtils |
Array Utilities usually used inside of framework
|
| ClassCacheUtils |
ClassCacheUtils is utility class to cache some info of classes read and write
method
|
| DDLCreateUtils |
To transfer platform-independent model to create DDL String array
|
| DDLDropUtils |
To transfer platform-independent model to drop DDL String array
|
| DDLFeatures |
DDL features template
|
| DDLFormatter | |
| DebugUtils |
DialectDebugUtils only for debug purpose, to print detail info of dialects,
may delete it in future version
|
| Dialect |
jDialects is a small Java tool collect all databases' dialect, most data are
extracted from Hibernate, usually jDialects is used for build pagination SQL
and DDL SQL for cross-databases developing.
|
| DialectFunctionTemplate |
Function templates, this file not include some not common functions (<15% percent dialects support)
|
| DialectFunctionTranslator |
TranslateUtil parse a Sql, translate all universal functions like fn_sin() to
native SQL functions like sin()
|
| DialectFunctionUtils |
Dialect function Utils, detail see render method
|
| DialectPaginationTemplate |
SQL pagination templates, includes 2 kind of paigin template: sqlTemplate and topLimitTemplate
|
| DialectTypeMappingTemplate |
Initialize type mapping template for all dialects
|
| GuessDialectUtils |
Guess Dialect Utils
|
| Java8DateUtils | |
| JdbcUtil |
A tiny pure JDBC tool to access database
|
| NamingConversion.LowerCaseUnderscoreConversion | |
| NamingConversion.UpperCaseUnderscoreConversion | |
| PackageInfo |
jDialect is a separate project has its own Maven central releases.
|
| ReservedDBWords |
Collect reserved words of all databases, keywords not included
|
| SqlFormatter | |
| StrUtils |
String Utilities usually used inside of framework
|
| TableModelUtils |
This utility tool to translate Entity class / Database metaData / Excel(will
add in future) file to TableModel
|
| TableModelUtilsOfDb |
The tool to convert database structure(meta data) to TableModels
|
| TableModelUtilsOfEntity |
The tool to convert entity classes to TableModels
|
| TableModelUtilsOfExcel |
The tool to convert entity classes to TableModels
|
| TableModelUtilsOfJavaSrc |
The tool to convert TableModel to Java source code
|
| TypeUtils |
SQL Type definitions
|
| Enum | Description |
|---|---|
| DialectType |
DialectType is a enum list all dialects, if customized dialect, use
"Customized" type.
|
| Type |
Virtual SQL Type definitions
|
| Exception | Description |
|---|---|
| DialectException |
DialectException for jDialects
|
Copyright © 2022. All rights reserved.