Example usage for org.springframework.jdbc.datasource ConnectionProxy interface-usage

List of usage examples for org.springframework.jdbc.datasource ConnectionProxy interface-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.datasource ConnectionProxy interface-usage.

Usage

From source file com.mtgi.analytics.sql.BehaviorTrackingConnectionProxy.java

/**
 * Extends the standard connection interface with the ability to suspend
 * or resume event broadcasting.
 */
public interface BehaviorTrackingConnectionProxy extends ConnectionProxy {
    /** halt generating tracking events on this connection */