Example usage for org.hibernate.event.spi PostCommitUpdateEventListener interface-usage

List of usage examples for org.hibernate.event.spi PostCommitUpdateEventListener interface-usage

Introduction

In this page you can find the example usage for org.hibernate.event.spi PostCommitUpdateEventListener interface-usage.

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.
 *