| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(Column column)
This method adds the new column into the Entity, but if it exists a column
with the same name, it's modified with the values of the given column
|
void |
computeJavaAttributes() |
List<Column> |
getColumns() |
PuiConfiguration |
getConfiguration() |
String |
getDbName() |
String |
getJavaName() |
boolean |
isWithAutowhere() |
boolean |
isWithGeometry() |
void |
removeWrongColumns(List<String> validColumns) |
void |
reorderColumns() |
void |
setColumns(List<Column> columns) |
void |
setConfiguration(PuiConfiguration configuration) |
void |
setDbName(String dbName) |
void |
setWithAutowhere(boolean withAutowhere) |
String |
toString() |
public PuiConfiguration getConfiguration()
public void setConfiguration(PuiConfiguration configuration)
public boolean isWithGeometry()
public boolean isWithAutowhere()
public void setWithAutowhere(boolean withAutowhere)
public String getDbName()
public void setDbName(String dbName)
public String getJavaName()
public void addColumn(Column column)
public void reorderColumns()
public void computeJavaAttributes()
Copyright © 2020. All rights reserved.