| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
columns
Columns in this table
|
boolean |
ddl
if ddl set to false, will not output DDL when call TableModelUtils's
entity2Model() and oneEntity2Model methods
|
String |
name
(Optional) The name of the foreign key.
|
String[] |
refs
Referenced table name and columns, first is table name, followed by column
names, like "table1, col1, col2..."
|
public abstract String name
public abstract String[] columns
public abstract String[] refs
Copyright © 2022. All rights reserved.