[
http://jira.jboss.com/jira/browse/JBIDE-1621?page=comments#action_12395007 ]
Max Andersen commented on JBIDE-1621:
-------------------------------------
users are kinda expected to understand transactions when using jdbc and/or hibernate.
what if you commit the tx you do inserts in; does the hql pick up the changes then ?
or what if you create another configuration pointing to the same db and run the query does
it pick it up then with or without the commit ?
HQL Editor & Hibernate Criteria Editor - do not get DB updates
--------------------------------------------------------------
Key: JBIDE-1621
URL:
http://jira.jboss.com/jira/browse/JBIDE-1621
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Reporter: Vitali Yemialyanchyk
Assigned To: Vitali Yemialyanchyk
Priority: Minor
Attachments: querycache.zip
items table has 2 rows;
I create query in HQL Editor (the same for Hibernate Criteria Editor):
from mapping.querycache.Item
and get 2 items in the "Hibernate Query Result". After that I use MySQL Query
Browser and insert 1 more row into the table - so the table has 3 rows.
I execute the query in HQL Editor one more time - and get the same 2 rows - if I restart
eclipse workspace and run the query onece again - I get 3 rows.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira