Thank you Ron, I will try this.
Bandula
From: Ron Anderson [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 19, 2008 11:29 PM
To: users@appfuse.dev.java.net
Subject: Re: [appfuse-user] Passing set of User objects as Argument in HQL
I use the following to pass in a collection as a
ue());
return query.list();
}
});
}
- Original Message
From: Bandula <[EMAIL PROTECTED]>
To: users@appfuse.dev.java.net; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, January 19, 2008 9:47:21 AM
Subject: [appfuse-user] Passing set of User objects as Argument in HQL
Dear All;
I get exception "java.lang.reflect.InvocationTargetException" when I call
following method in CommentDaoHibernate.java class. I want to pass set of
User objects to field assignedParty in following HQL. Can someone please
suggest a way to pass User object list.