</attribute>
<attribute name="useEquals" required="false">
- <p>(boolean) Set to true if you wish the <code>ProxyConnection</code> class to use <code>String.equals</code> instead of
- <code>==</code> when comparing method names. This property does not apply to added interceptors as those are configured individually.
- The default value is <code>false</code>.
+ <p>(boolean) Set to true if you wish the <code>ProxyConnection</code> class to use <code>String.equals</code> and set to <code>false</code>
+ when you wish to use <code>==</code> when comparing method names. This property does not apply to added interceptors as those are configured individually.
+ The default value is <code>true</code>.
</p>
</attribute>
</attributes>
<p>Abstract base class for all interceptors, can not be instantiated.</p>
<attributes>
<attribute name="useEquals" required="false">
- <p>(String as boolean) Set to true if you wish the interceptor class to use <code>String.equals</code> instead of
- <code>==</code> when comparing method names. This property does not apply to added interceptors as those are configured individually.
- The default value is <code>false</code>.
+ <p>(boolean) Set to true if you wish the <code>ProxyConnection</code> class to use <code>String.equals</code> and set to <code>false</code>
+ when you wish to use <code>==</code> when comparing method names.
+ The default value is <code>true</code>.
</p>
</attribute>
</attributes>
protected boolean testOnConnect =false;
protected String jdbcInterceptors=null;
protected boolean fairQueue = true;
- protected boolean useEquals = false;
+ protected boolean useEquals = true;
protected int abandonWhenPercentageFull = 0;
protected long maxAge = 0;
protected boolean useLock = false;