org.apache.openjpa.lib.jdbc
public interface ConnectionDecorator
Connections 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.
|