org.kuali.common.jdbc.listeners
Class NoOpSqlListener
java.lang.Object
org.kuali.common.jdbc.listeners.NoOpSqlListener
- All Implemented Interfaces:
- SqlListener
- Direct Known Subclasses:
- LogSqlListener, ThreadSafeListener
public class NoOpSqlListener
- extends Object
- implements SqlListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NoOpSqlListener INSTANCE
beforeExecution
public void beforeExecution(SqlExecutionEvent event)
- Specified by:
beforeExecution in interface SqlListener
beforeExecuteSql
public void beforeExecuteSql(SqlEvent event)
- Specified by:
beforeExecuteSql in interface SqlListener
afterExecuteSql
public void afterExecuteSql(SqlEvent event)
- Specified by:
afterExecuteSql in interface SqlListener
afterExecution
public void afterExecution(SqlExecutionEvent event)
- Specified by:
afterExecution in interface SqlListener
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.