| Package | Description |
|---|---|
| org.nuiton.topia.persistence.metadata |
Package to define metadatas over
TopiaEntity. |
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnMeta> |
TableMeta.columns
List of columns of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnMeta |
TableMeta.getColumns(String columnName) |
protected static ColumnMeta |
ColumnMeta.newMeta(String name,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMeta> |
TableMeta.getColumns() |
Iterator<ColumnMeta> |
TableMeta.iterator() |
Copyright © 2004–2022 Code Lutin. All rights reserved.