0 Replies Latest reply on Aug 28, 2003 5:37 PM by mpurdy

    cmr with a pk class

    mpurdy

      if i have two entities matching two tables that have a relation. how can you map in when you are using a pk class?

      table1 has a primary key of a int
      table2 has a primary key of (name, id)

      can you create a relationship using table1.id() and table2.(name,id).id ?

      (i.e)
      table1
      --------
      id
      ..

      table2
      ---------
      name
      id
      ..

      thanx,
      matt