Uses of Interface
org.apache.openjpa.lib.jdbc.ConnectionDecorator

Packages that use ConnectionDecorator
org.apache.openjpa.lib.jdbc Database Connectivity 
 

Uses of ConnectionDecorator in org.apache.openjpa.lib.jdbc
 

Classes in org.apache.openjpa.lib.jdbc that implement ConnectionDecorator
 class ConfiguringConnectionDecorator
          Connection decorator that can configure some properties of the underlying connection.
 class JDBCEventConnectionDecorator
          Manages the firing of JDBCEvents.
 class LoggingConnectionDecorator
          A ConnectionDecorator that creates logging connections and ReportingSQLExceptions.
 

Methods in org.apache.openjpa.lib.jdbc with parameters of type ConnectionDecorator
 void DecoratingDataSource.addDecorator(ConnectionDecorator decorator)
          Add a connection decorator.
 boolean DecoratingDataSource.removeDecorator(ConnectionDecorator decorator)
          Remove a connection decorator.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.