can we inherit from persistent entity to non persistent entity?

0
I want understand whether can we inherit from persistent entity to non persistent entity. Please explain me in your own terms.
asked
2 answers
0

No, the platform will not let you do that. If you try you will find the option ghosted out.

More information on entities can be found in the documentation.

https://docs.mendix.com/refguide/persistability/

Hope this helps.

answered
0

You can easily test this in your own project, even if you don't know the answer off the top of your head:

  • Create an entity “NewEntity”
  • Select a persistent entity as the generalization
  • Try to change “NewEntity” to non-persistable
  • You have your answer.
answered