Esempio n. 1
0
 /**
  * Adds an {@link org.springframework.ldap.odm.annotations} annotated class to the set managed by
  * this OdmManager.
  *
  * @param managedClass The class to add to the managed set.
  */
 public void addManagedClass(Class<?> managedClass) {
   objectDirectoryMapper.manageClass(managedClass);
 }