| Interface | Description |
|---|---|
| Model<ID extends Serializable> |
Basic entity interface to ensure that model objects have identifiable attributes.
|
| Enum | Description |
|---|---|
| ForeignKey.Relationship |
| Annotation Type | Description |
|---|---|
| Alias |
Allows the use of query string parameters, other than the model field's name to be used in web
API query operations.
|
| Aliases |
Allows for a field to have multiple
Alias annotations applied to it. |
| Filterable |
Allows field filtering during JSON serialization, XML marshalling, etc.
|
| ForeignKey |
Marks a
Model class field as being a foreign key identifier of another class. |
| Ignored |
Marks a
Model field as ignored when mapping query string parameters from HTTP requests. |
Copyright © 2016. All rights reserved.