| Package | Description |
|---|---|
| es.prodevelop.codegen.pui9.model |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Entity.getColumns() |
List<Column> |
Table.getPrimaryKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.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
|
int |
Column.compareTo(Column otherColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setColumns(List<Column> columns) |
Copyright © 2020. All rights reserved.