Package cn.xuanyuanli.jdbc
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(cn.xuanyuanli.jdbc.base.jpa.event.JpaQueryPreEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
JpaQueryPreEventListener
public JpaQueryPreEventListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(cn.xuanyuanli.jdbc.base.jpa.event.JpaQueryPreEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<cn.xuanyuanli.jdbc.base.jpa.event.JpaQueryPreEvent>
-