Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF BC: findByKey on composite primary key

516520Nov 14 2006 — edited Nov 14 2006
Hello,
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()})
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2006
Added on Nov 14 2006
2 comments
733 views