0 Replies Latest reply on Oct 14, 2002 5:37 PM by cbono

    CMP - Map implementation

    cbono

      Suppose I have a simple Map that has String keys and String values. Currently in BMP we write each entry to its own row in a table. How are people out there handling this scenario?

      1) Have a local entity bean per map entry?
      2) "smash" the entries into one cmp field

      Also, does anyone know when EJB will be able to have cmp fields of collections of primitives (w/o BLOBBING the contents?)