Example usage for org.hibernate Interceptor interface-usage

List of usage examples for org.hibernate Interceptor interface-usage

Introduction

In this page you can find the example usage for org.hibernate Interceptor interface-usage.

Usage

From source file ar.com.zauber.commons.repository.utils.MockHibernateAuditLogger.java

/**
 * Mock implementation of the logger.
 *
 * @deprecated usar {@link EmptyInterceptor}.
 * @author Martin A. Marquez
 * @since Jan 30, 2008

From source file com.db4o.drs.hibernate.impl.ObjectLifeCycleEventsListener.java

/**
 * @author Albert Kwan
 */
public interface ObjectLifeCycleEventsListener extends PostInsertEventListener, PostUpdateEventListener,
        PreDeleteEventListener, Interceptor, FlushEventListener {
    public void onCollectionRemove(Object collection, Serializable key) throws CallbackException;

From source file com.eucalyptus.entities.DelegatingInterceptor.java

public class DelegatingInterceptor implements Interceptor {
    private final Interceptor interceptor;

    public DelegatingInterceptor() {
        this.interceptor = Interceptors.get();
    }

From source file com.fiveamsolutions.nci.commons.util.CompositeInterceptor.java

/**
 * Implements the Composite pattern for hibernate interceptors.  For each interceptor method,
 * composite interceptor calls its children in the order provided upon construction.  For
 * methods that return anything besides void, see the individual method documentation for
 * how the return value is calculated.
 *

From source file com.fortuityframework.hibernate.EventInterceptor.java

/**
 * Interceptor to use with Hibernate to create property and entity change events
 * 
 * @author Jeroen Steenbeeke
 * 
 */

From source file com.huateng.ebank.framework.util.HibernateInterceptor.java

/**
 * @author <a href="mailto:liu_wen@huateng.com">Liu Wen</a>
 * @version $Revision: 1.2 $
 * @date 2005-7-26
 *
 * Hibernate?.

From source file com.npower.dm.hibernate.interceptor.EntityAwareInterceptor.java

/**
 * @author Zhao DongLu
 * @version $Revision: 1.2 $ $Date: 2008/09/05 02:12:42 $
 */
public class EntityAwareInterceptor implements Interceptor, HibernateSessionAware, ManagementBeanFactoryAware {

From source file gov.nih.nci.cabig.ctms.audit.ChainedInterceptor.java

/**
 * Implementation of the {@link Interceptor} interface that allows the chaining
 * of several different instances of the same interface.
 *
 * @author Saurabh Agrawal
 * @see Interceptor

From source file gr.interamerican.bo2.samples.hibernate.MockInterceptor.java

/**
 * 
 */
public class MockInterceptor implements Interceptor {

    @Override

From source file ome.security.basic.OmeroInterceptor.java

/**
 * implements {@link org.hibernate.Interceptor} for controlling various aspects
 * of the Hibernate runtime. Where no special requirements exist, methods
 * delegate to {@link EmptyInterceptor}
 *
 * Current responsibilities include the proper (re-)setting of {@link Details}