0 Replies Latest reply on Jan 5, 2003 8:22 PM by triathlon98

    CMR using java.util.Set and duplicates

    triathlon98

      With CMR you can choose whether a Many relationship has a type of java.util.Set or java.util.Colledtion. In principle of Set is a collection which does not allow duplicates. However, when I add two objects in my set, both containing the same data, the engine does not complain. Is that normal behaviour?
      I would expect not as even with a Collection I could never have a record twice when querying the database.

      Joachim