| Interface | Description |
|---|---|
| HasParsedElement |
A model parser can set any object for future reference;
e.g.
|
| Class | Description |
|---|---|
| Entity |
Model class for an entity: a Java data object mapped to a data base representation.
|
| Property |
Model class for an entity's property: a Java property mapped to a data base representation.
|
| Property.PropertyBuilder | |
| Schema |
The "root" model class to which you can add entities to.
|
| ToManyBase |
Base class for to-many relationship from source entities to target entities.
|
| Enum | Description |
|---|---|
| PropertyType |
Currently available types for properties in the Java generator.
|
| Exception | Description |
|---|---|
| ModelException |
Thrown when there is a configuration issue with the model that can be resolved by the user.
|
| ModelRuntimeException |
Thrown when the model was configured incorrectly.
|