I�ve got a CMP Entity Bean with two finder methods, a findAll() and
findByPrimaryKey.
I need a third finder method to lookup by another property of the entity,
 but I  dont know how to make the "where clause" :
 Select * from Users
 where user_name = NAME ( this is a variable)
 Im usin the wizard for finders where I�ve got to specify the where clause.
 Is this possible or I�ve got to make a DB connection and so on??
thanks

===========================================================================
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".

Reply via email to