public interface ConnectionDecorator
Connection
s before they are
returned to the user to add functionality.Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
decorate(java.sql.Connection conn)
Decorate the given connection if desired.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.