Persistent to Non Persistent entity 1-1 association

0
Hi Team, My use case is that I have a persistent entity that has associations with other Persistent entities and non Persistent entities. The non persistent entities that I refer here would be retrieved on the fly from a third party rest service on the fly. As per my requirement the association between Persistent entity and  non persistent entity is 1-1. I believe this association is not possible in Mendix. Below is the draft domain model screen capture. Basically in my page I would want to display the Persistent entity and the associated Persistent and Non Persistent entities. Could someone help me understand how this can be achieved? One 
asked
2 answers
0

Just spit balling here but perhaps make persistable copies of your nonpersistable entities and use those instead?

answered
0

As per my requirement the association between Persistent entity and  non persistent entity is 1-1. I believe this association is not possible in Mendix. Correct, that is not possible in Mendix.

Just store them as persistable.

answered