CreateDDL - drinkjava2/jDialects GitHub Wiki
Create DDL(Database Description Language)
jDialects support 2 configurations to create DDL:
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.