30313233343536
*/ public class ConnectionFactoryManagedImpl extends ConnectionFactoryNotPooledImpl { public Connection lookupConnection(JdbcConnectionDescriptor jcd) throws LookupException { return new ByPassConnection(super.lookupConnection(jcd)); }
28293031323334