0 Replies Latest reply on Jan 18, 2004 10:34 AM by cbono

    JBoss CMP load implementation (no load groups)

    cbono

      Suppose I have a 1->N CMR such as Customer->Orders and I am not using any load-groups (ie all CMP/CMRs are loaded when the entity is loaded)

      My question is, does the JBoss CMP engine only load the ids of the CMR (Orders) initially and then load the actual entities (Orders) once the getter is invoked on the loaded entity (Customer.getOrders)

      Thanks