Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从实体内部访问会话或配置参数?我想在我的所有捆绑包中的每个实体中都可以访问 app.session.xyz。是否可以配置原则或创建一些服务来存档?
这是个坏主意。您的实体不得包含任何逻辑。您所有的业务逻辑都应该存在于专用服务中。
无论如何,这是不可能的。您不能使用 DIC 将服务注入实体,因为它不知道如何创建它们。