Any tips on how to handle nested schema objects? I cant find anything in the docs to help me
eg:

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
I want a POJO called Domain into which I can retrieve Domain1 and a list of Contexts containing the POJOs for ItemA and ItemB.