List of usage examples for org.hibernate.event.spi PostCommitUpdateEventListener interface-usage
From source file org.zanata.service.impl.ReindexChildrenEntityEventListener.java
/**
* This class is a hibernate event listener which listens on post commit events
* for HProject and HProjectIteration. If it detects a status change from/to
* obsolete, it will perform re-indexing for all HTextFlowTargets under that
* project/version.
*