| Package | Description |
|---|---|
| org.nuiton.topia.persistence.metadata |
Package to define metadata over
TopiaEntity. |
| Modifier and Type | Field and Description |
|---|---|
protected List<AssociationMeta<T>> |
TableMeta.associations
List of associations of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationMeta<T> |
TableMeta.getAssociations(String name) |
protected static <T extends TopiaEntityEnum> |
AssociationMeta.newMeta(T source,
T target,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AssociationMeta<T>> |
TableMeta.getAssociations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbMeta.addAssociations(List<AssociationMeta<T>> associations,
Iterable<T> types) |
Copyright © 2004–2017 CodeLutin. All rights reserved.