All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ning.jdbi.metrics.JdbiGroupStrategy Maven / Gradle / Ivy

package com.ning.jdbi.metrics;

import org.skife.jdbi.v2.StatementContext;

/**
 * Allows shortening of a group name to make a nice view in jconsole.
 */
public interface JdbiGroupStrategy
{
    StatementName getStatementName(StatementContext statementContext);
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy