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 that return types with arguments of type ConnectionDecorator
 Collection<ConnectionDecorator> DecoratingDataSource.getDecorators()
          Return a read-only list of connection decorators in the order they were added.
 

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.
 

Method parameters in org.apache.openjpa.lib.jdbc with type arguments of type ConnectionDecorator
 void DecoratingDataSource.addDecorators(Collection<ConnectionDecorator> decorators)
          Add multiple connection decorators efficiently.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.