hql « Seam « JPA Q&A





1. How to use the entity query framework to model the following query    stackoverflow.com

We have a query which needs to check if a certain integer field points is not null and if appointmentDate is before current date? How do I write the restrictions expression ...

2. hql dosenot see the updates    stackoverflow.com

I have two apps with shared DB the problem is that when updating a record from an app and after HQL query from the other app it dosenot get the new ...

3. How to write join in HQL    seamframework.org

4. Is parameterized EL allowed in EJB-QL HQL??    seamframework.org

5. org.hibernate.hql.ast.QuerySyntaxException: expecting CLOSE...    seamframework.org

org.hibernate.hql.ast.QuerySyntaxException: expecting CLOSE, found 'null' 16. Apr 2009, 15:16 America/New_York | Link Miroslav Vasko Hello, I'm in some cases encountering the following exception when using EntityQuery with Seam 2.1.2.CR1 in a seam-gened table. I had to revert back to older 2.1.2-SNAPSHOT where it works always fine. INFO | jvm 1 | 2009/04/16 13:52:20 | javax.servlet.ServletException: /item/ItemList.xhtml @189,58 value="#{itemList.lastFirstResult}": Error reading 'lastFirstResult' ...