Class AbstractConnectionCustomizer

java.lang.Object
com.mchange.v2.c3p0.AbstractConnectionCustomizer
All Implemented Interfaces:
ConnectionCustomizer

public abstract class AbstractConnectionCustomizer extends Object implements ConnectionCustomizer
An abstract implementation of the ConnectionCustomizer interface in which all methods are no-ops. Just a convenience class since most clients will only need to implement a single method.
  • Constructor Details

    • AbstractConnectionCustomizer

      public AbstractConnectionCustomizer()
  • Method Details