You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by "Manukyan, Sergey" <SM...@lear.com> on 2006/04/25 16:12:32 UTC

anonymous keys

Folks,

I have a question regarding anonymous keys. Without them I was
successfully using QueryByIdentity to find an object by his PK:

Query query = new QueryByIdentity(example);
retVal = broker.getObjectByQuery(query);

But when I enabled primary keys this approach stopped to work. Any
suggestions to how can I use anonymous keys and be able to find object
by his PK?

-Sergey


**********************
** LEGAL DISCLAIMER **
**********************

This E-mail message and any attachments may contain
legally privileged, confidential or proprietary
information. If you are not the intended recipient(s),
or the employee or agent responsible for delivery of
this message to the intended recipient(s), you are
hereby notified that any dissemination, distribution
or copying of this E-mail message is strictly
prohibited. If you have received this message in
error, please immediately notify the sender and
delete this E-mail message from your computer.

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org