Class JpaQueryPreEventListener

java.lang.Object
cn.xuanyuanli.jdbc.JpaQueryPreEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<cn.xuanyuanli.jdbc.base.jpa.event.JpaQueryPreEvent>

@Component public class JpaQueryPreEventListener extends Object implements org.springframework.context.ApplicationListener<cn.xuanyuanli.jdbc.base.jpa.event.JpaQueryPreEvent>
Author:
John Li
  • Constructor Details

    • JpaQueryPreEventListener

      public JpaQueryPreEventListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(cn.xuanyuanli.jdbc.base.jpa.event.JpaQueryPreEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<cn.xuanyuanli.jdbc.base.jpa.event.JpaQueryPreEvent>