Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: JBPM-2873 - support for like in query"
To view the discussion, visit:
http://community.jboss.org/message/561251#561251
--------------------------------------------------------------
Alternative solution to keep it quite simple could be to change the method signature to
switch parameters:
HistoryProcessInstanceQuery processInstanceId(QueryOperand operand, String...
processInstanceId);
such a change will make it more intuitive if it comes to list base operands (in, not it)
but will not require too much of work and changes in the API. In addition based on such
method signature we could validate if parameters are in correct format.
Introducing hibernate criteria could be too big step, in my opinion especially when there
is jBPM5 on the way.
What do you think about it?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/561251#561251]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]