Hi Team,
I’m working with a Jmix add-on architecture:
-
Base project containing
Userentity -
Add-on projects need to access base entities (e.g., fetch
first_name,last_namefromUser)
Specific questions :
- Standard way to access base entities from add-ons?
- Correct approach for cross-module entity access?
- Special considerations needed?
Environment : Jmix version 1.7.1
Looking for best practices or code examples. Thanks!