Example usage for org.hibernate EmptyInterceptor subclass-usage

List of usage examples for org.hibernate EmptyInterceptor subclass-usage

Introduction

In this page you can find the example usage for org.hibernate EmptyInterceptor subclass-usage.

Usage

From source file kr.debop4j.data.hibernate.interceptor.UpdateTimestampedInterceptor.java

/**
 * {@link IUpdateTimestampedEntity}   ? updateTimestamp ?   ?   Interceptor .
 *
 * @author ? ( sunghyouk.bae@gmail.com )
 * @since 12. 11. 21.
 */

From source file lucee.runtime.orm.hibernate.event.InterceptorImpl.java

public class InterceptorImpl extends EmptyInterceptor {

    private static final long serialVersionUID = 7992972603422833660L;

    private final AllEventListener listener;
    private final boolean hasPreInsert;

From source file net.e6tech.elements.persist.hibernate.Interceptor.java

/**
 * Created by futeh.
 */
public class Interceptor extends EmptyInterceptor implements PersistenceInterceptor {

    // below @Inject happens during HibernateEntityManagerProvider.afterOpen(Resources resources)

From source file no.abmu.common.hibernate3.AuditInterceptorH3.java

/**
 * AuditInterceptor.
 * 
 * @author Jens.Vindvad@abm-utvikling.no
 * @author $Author: jens $
 * @version $Rev: 12055 $

From source file no.abmu.common.hibernate3.FilterOnDirtyEntityInterceptorH3.java

/**
 * To filter on dirty entities. For example if they internally manages if they should know if they are dirty
 * or not. If you have objects that aggregates many objects, it may be very good to use this
 *
 * @author Erik Romson, erik@zenior.no
 * @author $Author: jens $

From source file no.abmu.util.hibernate3.DummyInterceptorH3.java

/**
 * DummyInterceptorH3.
 * 
 * @author Jens Vindvad, Jens.Vindvad@abm-utvikling.no
 * @author $Author:jens $
 * @version $Rev: 11967 $

From source file org.addsimplicity.anicetus.hibernate.TelemetryInterceptor.java

/**
 * The telemetry interceptor uses the Hibernate interceptor interface to capture
 * operations that are performed by Hibernate and create a telemetry artifact.
 * The telemetry is created at the start of a transaction so that it can gather
 * all of the entities and operations that are done during the transaction. The
 * operation timer is started at the beginning of the commit so the time

From source file org.ambraproject.rhino.config.HibernateLoggingInterceptor.java

public class HibernateLoggingInterceptor extends EmptyInterceptor {

    private enum KafkaEventType {
        ADD, DELETE
    }

From source file org.archiviststoolkit.hibernate.AuditInterceptor.java

public class AuditInterceptor extends EmptyInterceptor implements Interceptor, Serializable {

    private String userName;

    public AuditInterceptor(Users user) {
        if (user == null) {

From source file org.audit4j.integration.hibernate.AuditInterceptor.java

/**
 * User should configure AuditInterceptor at the Session level or Session
 * Factory level.
 * 
 * @author T-NipunT
 * @author <a href="mailto:janith3000@gmail.com">Janith Bandara</a>