| Package | Description |
|---|---|
| org.molgenis.model |
MOLGENIS meta model parser.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MolgenisModelValidator.createLinkTablesForMrefs(Model model,
MolgenisOptions options)
Add link tables for many to many relationships
A link table entity will have the name of [from_entity]_[to_entity]
A link table has two xrefs to the from/to entity respectively
The column names are those of the respective fields
In case of a self reference, the second column name is '_self'
|
static Model |
MolgenisModel.parse(MolgenisOptions options) |
static void |
MolgenisModelValidator.validate(Model model,
MolgenisOptions options) |
static void |
MolgenisModelValidator.validateNamesAndReservedWords(Model model,
MolgenisOptions options) |
static void |
MolgenisModelValidator.validateNameSize(Model model,
MolgenisOptions options) |
Copyright © 2016. All Rights Reserved.