01Automatically applies appropriate @Transactional and @Transactional(readOnly = true) annotations.
0242 GitHub stars
03Generates dedicated Data Transfer Objects (DTOs) and ViewModels for type-safe service interactions.
04Implements Command Query Separation (CQS) by splitting services into distinct read and write classes.
05Enforces clean package structures and naming conventions like XCmd, XQuery, and XResult.
06Includes support for Component-based Mappers to translate domain entities to ViewModels efficiently.