Capabilities
Lazy attribute loading
By default, all singular attributes are part of a single group, meaning that when one lazy singular attribute is accessed all lazy singular attributes are loaded. Lazy plural attributes, by default, are each a lazy group by themselves.
In-line dirty tracking
Bidirectional association management
Internal performance optimizations
Performing enhancement
Run-time enhancement
Gradle plugin
build-time enhancement
Maven plugin
FIXME