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 com.jaspersoft.jasperserver.api.metadata.common.service.impl.HibernateCompositeInterceptor.java

/**
 * @author Lucian Chirita
 *
 */
public class HibernateCompositeInterceptor extends EmptyInterceptor {

From source file com.jklas.search.interceptors.hibernate.HibernateInterceptor.java

/**
 * Interceptor de Hibernate
 * 
 * @author Juln
 * @since 1.0
 * @date 2009-08-31

From source file com.lushapp.core.HibernateAspectInterceptor.java

/**
 * Hibernate .
 * 
 * @author honey.zhao@aliyun.com  
 * @date 2014-10-21 ?12:30:54
 * 

From source file com.maomao.framework.datasource.Test.java

public class Test extends EmptyInterceptor {
    private static final long serialVersionUID = 4103862692025402062L;

    @Override
    public String onPrepareStatement(String sql) {
        //System.out.println(sql); //TODO 1

From source file com.mg.framework.service.HibernateInterceptorImpl.java

/**
 *  ? ?? ?? Hibernate
 *
 * @author Oleg V. Safonov
 * @version $Id: HibernateInterceptorImpl.java,v 1.2 2006/10/17 14:27:25 safonov Exp $
 * @see org.hibernate.Interceptor

From source file com.mobileman.projecth.persistence.hibernate.interceptor.HibernateEntityInterceptor.java

/**
 * Hibernate interceptor 
 * @author mobileman
 *
 */
@Service("hibernateEntityInterceptor")

From source file com.monits.commons.dao.interceptor.CreationDateInterceptor.java

/**
 * Sets the creation date on a {@link CreationDateable} instance
 *
 */
public class CreationDateInterceptor extends EmptyInterceptor {

From source file com.netstorm.localization.unused.LocalizationInterceptor.java

/**
 *
 * @author demchuck.dima@gmail.com
 */
public class LocalizationInterceptor extends EmptyInterceptor {
    protected Logger logger = Logger.getLogger(getClass());

From source file com.nonfunc.jpa.bad.logging.HibernateInterceptor.java

public class HibernateInterceptor extends EmptyInterceptor {

    public static long loads = 0L;

    @Override
    public boolean onLoad(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) {

From source file com.orltom.sandbox.springboot.data.hibernate.EntityInterceptor.java

public class EntityInterceptor extends EmptyInterceptor {

    private static final org.slf4j.Logger log = LoggerFactory.getLogger(EntityInterceptor.class);

    @Override
    public boolean onLoad(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) {