Any tips on how to handle nested schema objects? I cant find anything in the docs to help me
eg:
I want a POJO called Domain into which I can retrieve Domain1 and a list of Contexts containing the POJOs for ItemA and ItemB.Code:ou=Domains,o=myOrg \_cn=Domain1,ou=Domains,o=myOrg \_ou=Contexts,cn=Domain1,ou=Domains,o=myOrg \_cn=ItemA,ou=Contexts,cn=Domain1,ou=Domains,o=myOrg \_cn=ItemB,ou=Contexts,cn=Domain1,ou=Domains,o=myOrg


Reply With Quote