Skip to content

CreateDDL

Yong Zhu edited this page Jan 20, 2018 · 1 revision

Create DDL(Database Description Language)

jDialects support 2 configurations to create DDL:

Annotation

Java Method

Both configurations will be transferred to a virtual TableModel type instance before output DDL. TableModel instance can be modified by use Java method at run-time, so Java method configuration is more powerful than Annotations.

Clone this wiki locally