Changeset 4414
- Timestamp:
- Feb 20, 2013, 3:42:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/api/core/src/org/proteios/core/HibernateUtil.java
r4413 r4414 1307 1307 // Evict the item from the cache and, in another session, try to 1308 1308 // load the news item 1309 sf. evict(NewsData.class, newsId);1309 sf.getCache().containsEntity(NewsData.class, newsId); 1310 1310 session = HibernateUtil.newSession(); 1311 1311 tx = HibernateUtil.newTransaction(session);
Note: See TracChangeset
for help on using the changeset viewer.