| Package | Description |
|---|---|
| org.nuiton.topia.persistence.metadata |
Package to define metadatas over
TopiaEntity. |
| Modifier and Type | Field and Description |
|---|---|
protected List<TableMeta<T>> |
DbMeta.tables
All metas of the db.
|
| Modifier and Type | Method and Description |
|---|---|
TableMeta<T> |
DbMeta.getTable(T entityType) |
static <T extends TopiaEntityEnum> |
TableMeta.newMeta(T entityEnum,
TopiaPersistenceHelper<T> typeProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<TableMeta<T>> |
DbMeta.getTables() |
Iterator<TableMeta<T>> |
DbMeta.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DbMeta.isEditable(TableMeta<T> meta) |
| Modifier and Type | Method and Description |
|---|---|
void |
DbMeta.addTables(List<TableMeta<T>> entities,
Iterable<T> types) |
Copyright © 2004–2014 CodeLutin. All rights reserved.