Import mapping with self referenced entity issue

0
Hi guys, I am having an issue trying to import a self referenced entity. I have DocumentFile which references DocumentFile. I get a JSON structure in which a DocumentFile is parent to multiple children DocumentFile entities. I need to get this structure of DocumentFile  1-*  DocumentFile, but I get it the other way aroung DocumentFile *-1 DocumentFile. How do I fix this and be able to retrieve by association from Parent DocumentFile , the list of Children DocumentFile ???  
asked
0 answers