Will Orika Map Complex Object having recursive structure?
问题 Objective My objective is to merge UI Object from presentation layer to Persistence Object at persistence layer. (DetachCopy and Update using JDO) Detail Want to merge UIObject to Persistence object without loosing other states of persistence object. I had tested the use case with Orika. It successfully merged outer objects, but for internal objects its creating new objects. So I am loosing the persistence states of persistence object, actually sets by persistence layer. Complexity Outer