| Package | Description |
|---|---|
| org.molgenis.generators |
MOLGENIS generators.
|
| org.molgenis.model.elements |
Currently known model elements like 'entity' and 'field'.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<Unique> |
GeneratorHelper.getAllKeys(Entity e) |
Vector<Unique> |
GeneratorHelper.getSecondaryKeys(Entity e)
Return all secondary keys for an entity
|
Vector<Unique> |
GeneratorHelper.getTableKeys(Entity e)
A table can only contain the keys for columns that are actually in the table.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<Field> |
GeneratorHelper.getKeyFields(Unique u) |
| Modifier and Type | Method and Description |
|---|---|
Vector<Field> |
GeneratorHelper.getKeyFields(List<Unique> keys)
Return all secondary key fields.
|
| Modifier and Type | Method and Description |
|---|---|
Unique |
Entity.getKey(int index)
Returns the key at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<Unique> |
Entity.getAllKeys() |
Vector<Unique> |
Entity.getKeys()
Returns a list with all the keys.
|
List<Unique> |
Entity.getUniqueKeysWithoutPk() |
| Constructor and Description |
|---|
Unique(Unique u)
Copy constructor
|
Copyright © 2015. All Rights Reserved.