2 Replies Latest reply on Oct 4, 2007 7:22 PM by genman

    Some EJB3 entities to be migrated to LDAP

    marius.oancea

      Hi,
      I have a Entity named Clazz. There is a OneToMany relation between Clazz and ClazzChild. ClazzChild has a member of type User.

      Clazz --------*> ClazzChild ------>User

      The relations are lazy loaded.

      All works but now I have to job to move the users into LDAP.

      User will not be anymore a "@Entity". Right ?

      How does this fit into EJB3 scenario?