Class SmartNameStrategy

java.lang.Object
com.codahale.metrics.jdbi.strategies.DelegatingStatementNameStrategy
com.codahale.metrics.jdbi.strategies.SmartNameStrategy
All Implemented Interfaces:
StatementNameStrategy

public class SmartNameStrategy extends DelegatingStatementNameStrategy
Adds statistics for JDBI queries that set the NameStrategies.STATEMENT_CLASS and NameStrategies.STATEMENT_NAME for class based display or NameStrategies.STATEMENT_GROUP and NameStrategies.STATEMENT_NAME for group based display.

Also knows how to deal with SQL Object statements.

  • Constructor Details

    • SmartNameStrategy

      public SmartNameStrategy()