Class JfrStatementInspector
- java.lang.Object
-
- com.github.marschall.hibernate.jfr.JfrStatementInspector
-
- All Implemented Interfaces:
Serializable
,StatementInspector
public final class JfrStatementInspector extends Object implements StatementInspector
Listens for Hibernate SQL statment execution and logs them.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JfrStatementInspector()
-
-
-
Method Detail
-
inspect
public String inspect(String sql)
- Specified by:
inspect
in interfaceStatementInspector
-
-