| Issue 40: | Cache hints support | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Before using liquidform I used hints for my queries to set not to use
cache. Is there any way to use this feature with Liquidforms ?
My previous code :
String sql = " select obj from Dcupo obj";
Query consulta = em.createQuery(sql);
consulta.setHint("toplink.refresh", "true");
List<Dcupo> lista = (List<Dcupo>) consulta.getResultList();
Thank you.
May 15, 2010
Project Member
#1
eric.bot...@gmail.com
Status:
WontFix
|