Interface HibernateStatementListener
-
- All Known Implementing Classes:
HibernateStatementStatistics
public interface HibernateStatementListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyDeleteStatement(String sql)voidnotifyInsertStatement(String sql)voidnotifySelectStatement(String sql)voidnotifyUpdateStatement(String sql)
-