JavaScript is disabled on your browser.
Red Hat JBoss Enterprise Application Platform 7.0.0.GA
java.lang.Object
org.hibernate.envers.internal.synchronization.SessionCacheCleaner
public class SessionCacheCleaner
extends Object
Class responsible for evicting audit data entries that have been stored in the session level cache.
This operation increases Envers performance in case of massive entity updates without clearing persistence context.
Author:
Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Detail
scheduleAuditDataRemoval
public void scheduleAuditDataRemoval(Session session,
Object data)
Schedules audit data removal from session level cache after transaction completion. The operation is performed
regardless of commit success.
Parameters:
session
- Active Hibernate session.
data
- Audit data that shall be evicted (e.g. revision data or entity snapshot)
Red Hat JBoss Enterprise Application Platform 7.0.0.GA
Copyright © 2016 JBoss by Red Hat . All rights reserved.