Created query is not supported by my DB

Posted by stacker on Stack Overflow See other posts from Stack Overflow or by stacker
Published on 2010-05-20T18:59:13Z Indexed on 2010/05/20 19:20 UTC
Read the original article Hit count: 110

Filed under:
|
|

I created an application using seam-gen. The created operation to search the DB ends with and exception (syntax error). The query has a where clause like this:

lower(barcode0_.barcode_ean) like lower((?||'%')) limit ?

Does hibnerate or seam create the where clause which my DB can't understand?

Or is there a workaround for SQL statement related issues in seam?

© Stack Overflow or respective owner

Related posts about seam

Related posts about hibernate