List of usage examples for org.hibernate Interceptor subclass-usage
From source file org.jbpm.pvm.internal.svc.RetryInterceptor.java
/** retries the command execution in case hibernate throws optimistic locking * (StaleObjectException) exceptions. * * @author Tom Baeyens */ public class RetryInterceptor extends Interceptor {
From source file org.ow2.bonita.services.impl.RetryInterceptor.java
/**
* retries the command execution in case hibernate throws optimistic locking
* (StaleObjectException) exceptions.
*
* @author Tom Baeyens
*/