[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

fernando_jmt do-not-reply at jboss.com
Tue Apr 17 13:57:22 EDT 2007


Just try:

  |  <fwk:restrictions>
  |             <value>lower(firstName) like lower( concat(#{exampleContact.firstName}, '%' ))</value>
  |             <value>lower(lastName) like lower(concat( #{exampleContact.lastName}, '%' ))</value>
  |         </fwk:restrictions>
  | 

That should work in MySQL.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038082#4038082

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038082



More information about the jboss-user mailing list