ADF BC: findByKey on composite primary key
516520Nov 14 2006 — edited Nov 14 2006Hello,
can entity findByPrimaryKey or view object findByKey find row when not all attributes of composite primary key are entered?
For example I have primary key (Code, Line) and I want to find row with
key = new Key(new Object[] {getCode()})