Hi,
> I want to create a finder method in CMP in which I could send any no. of
> parameters (i.e. any no. of fields of the same table only and their
> values). ie. at runtime I could have any field and their corresponding
> values, on which I have to find the records in the table. I'm working with
> EJB1.0 specs.
I think there is no way to do this, since it would involve using dynamically
generated WHERE clauses (which you can't influence at runtime in CMP).
Instead, you would have to resort to BMP.
cu
Heiko
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".