|
Replies:
1
-
Last Post:
Dec 23, 2008 4:11 PM
by: cowwoc
|
|
|
|
|
|
|
Query.getResultList() don't show database updates
Posted:
Dec 23, 2008 4:44 AM
|
|
|
The problem is that: The first time I execute query.getResultList() it reads data from database, but if database change after, I can't see that changes until I close or clear entity manager.
Is there any way to force query.getResultList() reads data ALWAYS from database without clearing or closing entity manager.
Thanks.
|
|
|
|