spring-data-jpa拦截器配置

<property name="jpaProperties">
            <props>
                <prop key="hibernate.ejb.interceptor">cn.com.easy.permission.aspect.AuditLogInterceptor</prop>
        </props>
        </property>hibernate

 

package cn.com.easy.permission.aspect;接口

public class AuditLogInterceptor extends EmptyInterceptor {it

}io

 

具体的拦截接口参看: org.hibernate.EmptyInterceptorclass

相关文章
相关标签/搜索