Uses of Interface
com.mchange.v2.c3p0.ConnectionCustomizer
Packages that use ConnectionCustomizer
-
Uses of ConnectionCustomizer in com.mchange.v2.c3p0
Classes in com.mchange.v2.c3p0 that implement ConnectionCustomizerModifier and TypeClassDescriptionclassAn abstract implementation of the ConnectionCustomizer interface in which all methods are no-ops.Methods in com.mchange.v2.c3p0 that return ConnectionCustomizerModifier and TypeMethodDescriptionstatic ConnectionCustomizerC3P0Registry.getConnectionCustomizer(String className) Methods in com.mchange.v2.c3p0 with parameters of type ConnectionCustomizerModifier and TypeMethodDescriptionprotected PooledConnectionWrapperConnectionPoolDataSource.getPooledConnection(ConnectionCustomizer cc, String pdsIdt) protected PooledConnectionWrapperConnectionPoolDataSource.getPooledConnection(String user, String password, ConnectionCustomizer cc, String pdsIdt) -
Uses of ConnectionCustomizer in com.mchange.v2.c3p0.example
Classes in com.mchange.v2.c3p0.example that implement ConnectionCustomizer -
Uses of ConnectionCustomizer in com.mchange.v2.c3p0.impl
Methods in com.mchange.v2.c3p0.impl with parameters of type ConnectionCustomizerModifier and TypeMethodDescriptionprotected abstract PooledConnectionWrapperConnectionPoolDataSourceBase.getPooledConnection(ConnectionCustomizer cc, String idt) protected abstract PooledConnectionWrapperConnectionPoolDataSourceBase.getPooledConnection(String user, String password, ConnectionCustomizer cc, String idt) Constructors in com.mchange.v2.c3p0.impl with parameters of type ConnectionCustomizerModifierConstructorDescriptionNewPooledConnection(Connection con, ConnectionTester connectionTester, int connectionIsValidTimeout, boolean autoCommitOnClose, boolean forceIgnoreUnresolvedTransactions, boolean cancelAutomaticallyClosedStatements, String preferredTestQuery, ConnectionCustomizer cc, String pdsIdt)