major
nice-to-have
defect
major
enhancement
Getter and setter implementations are implemented directly as default methods in generated domain interfaces. The concrete wrapper classes are now merely trivial implementations of these domain interfaces. This makes it easy to inherit from more than one domain interface.
An implementation class annotated with a model type is now inherited by subtypes.
A table annotation is also inherited. An in-app generated subclass can thus be used directly without additional annotations.
Code Migration
Re-trigger code generation for an already generated model.
Test
The demo types in the DemoTypes model have been regenerated.