My problem is : in the same branch of my LDAP ou=Person i can find two types of objects :
- Internals : objectClass= internals, "inetOrgPerson", "organizationalPerson", "person", "top"
- Externals : objectClass= internals, Externals, "inetOrgPerson", "organizationalPerson", "person", "top"

My question is : how can i configure a managedClass "Personnes" where I can search both Internals and Externals ?
In other words, is it possible to make an OdmManager.search() without filtering all objectClasses ?

Is it possible with Spring LDAP 1.3.1 ?