0 Replies Latest reply on Oct 29, 2004 5:58 AM by radl01

    Select statement in CMP create

    radl01

      Hi all,

      i have a very simple question:

      Is it posible to turn off select statement (findBy PK) in create method of main CMP bean? This is done only for 1:1 CMR fields. This behavior cause bad performance in our appliaction where we have to insert dozen of beans.

      bean A, B (1:1)
      in a.create JDBCBridge calls B.findByPrimaryKey => select statment

      any help ???

      Jan