Accessing Base Project Entities (User Table) from an Add-on Project

Hi Team,
I’m working with a Jmix add-on architecture:

  • Base project containing User entity
  • Add-on projects need to access base entities (e.g., fetch first_name , last_name from User )

Specific questions :

  1. Standard way to access base entities from add-ons?
  2. Correct approach for cross-module entity access?
  3. Special considerations needed?

Environment : Jmix version 1.7.1

Looking for best practices or code examples. Thanks!