In ModelReflection, it is possible to get all entities and filter e.g. the persistable-ones. In the ModelSDK, I can get the entities by domainmodel.entities. However, there does not seem to be a property that states whether an entity is persistent or not. How can I find only the persistent entities in my model, e.g. for code analysis?
↧