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 org.unitedinternet.cosmo.hibernate.CompoundInterceptor.java

/**
 * Hibernate Interceptor supports invoking multiple Interceptors
 */
public class CompoundInterceptor extends EmptyInterceptor {

    private static final long serialVersionUID = 1L;

From source file org.unitedinternet.cosmo.model.hibernate.AuditableObjectInterceptor.java

/**
 * Hibernate Interceptor that updates creationDate, modifiedDate,
 * and etag each time an AuditableObject is saved/updated.
 */
public class AuditableObjectInterceptor extends EmptyInterceptor {

From source file org.unitedinternet.cosmo.model.hibernate.EventStampInterceptor.java

/**
 * Hibernate Interceptor that updates BaseEventStamp timeRangeIndexes.
 */
public class EventStampInterceptor extends EmptyInterceptor {

    private static final long serialVersionUID = 5339230223113722458L;

From source file org.web4thejob.orm.HibernateInterceptor.java

/**
 * @author Veniamin Isaias
 * @since 1.0.0
 */

public class HibernateInterceptor extends EmptyInterceptor {

From source file org.yamj.core.hibernate.AuditInterceptor.java

/**
 * Interceptor for entity audits.
 */
public class AuditInterceptor extends EmptyInterceptor {

    /**

From source file org.yes.cart.domain.interceptor.AuditInterceptor.java

/**
 * User: Igor Azarny iazarny@yahoo.com
 * Date: 07-May-2011
 * Time: 16:13:01
 * <p/>
 * Audit interceptor for entities.

From source file org.yes.cart.payment.persistence.service.impl.AuditInterceptor.java

/**
 * Audit interceptor for entities.
 * User: Igor Azarny iazarny@yahoo.com
 * Date: 07-May-2011
 * Time: 10:22:53
 */

From source file owldb.util.OWLDBInterceptor.java

/**
 * This class is used to instantiate OWLAPI objects with default values.
 * 
 * @author J&ouml;rg Hen&szlig; (KIT)
 * @author J&uuml;rgen Mo&szlig;graber (Fraunhofer IOSB)
 */

From source file QueryStore.TimeStampInterceptor.java

/**
 * Hibernate Interceptor implementation
 */
public class TimeStampInterceptor extends EmptyInterceptor {
    private static final Logger logger = Logger.getLogger(String.valueOf(TimeStampInterceptor.class));

From source file quizfun.model.dao.HibernateAuditTrailInterceptor.java

/**
 * @author M. Isuru Tharanga Chrishantha Perera
 */
public class HibernateAuditTrailInterceptor extends EmptyInterceptor {

    private static final long serialVersionUID = 7715286660000990617L;