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

Packages that use ConnectionDecorator
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
org.apache.openjpa.lib.jdbc Database Connectivity 
 

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

Methods in org.apache.openjpa.jdbc.conf that return ConnectionDecorator
 ConnectionDecorator[] JDBCConfiguration.getConnectionDecoratorInstances()
          The ConnectionDecorators to use.
 ConnectionDecorator[] JDBCConfigurationImpl.getConnectionDecoratorInstances()
           
 

Methods in org.apache.openjpa.jdbc.conf with parameters of type ConnectionDecorator
 void JDBCConfiguration.setConnectionDecorators(ConnectionDecorator[] decorators)
          The ConnectionDecorators to use.
 void JDBCConfigurationImpl.setConnectionDecorators(ConnectionDecorator[] decorators)
           
 

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

Classes in org.apache.openjpa.jdbc.sql that implement ConnectionDecorator
 class AbstractDB2Dictionary
          Base dictionary for the IBM DB2 family of databases.
 class AbstractSQLServerDictionary
          Dictionary for the SQL Server databases (Sybase and MS SQL Server).
 class AccessDictionary
          Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
 class CacheDictionary
          Dictionary for Intersystems Cache.
 class DB2Dictionary
          Dictionary for IBM DB2 database.
 class DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
 class DerbyDictionary
          Dictionary for Apache Derby (formerly Cloudscape).
 class EmpressDictionary
          Dictionary for Empress using ODBC server combined with their type 2 driver.
 class FirebirdDictionary
          Dictionary for Firebird.
 class FoxProDictionary
          Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
 class H2Dictionary
          Support for the H2 database (http://www.h2database.com).
 class HSQLDictionary
          Dictionary for Hypersonic SQL database.
 class InformixDictionary
          Dictionary for Informix database.
 class InterbaseDictionary
          Dictionary for Borland Interbase.
 class JDataStoreDictionary
          Dictionary for Borland JDataStore
 class MySQLDictionary
          Dictionary for MySQL.
 class OracleDictionary
          Dictionary for Oracle.
 class PointbaseDictionary
          Dictionary for Pointbase Embedded.
 class PostgresDictionary
          Dictionary for Postgres.
 class SQLServerDictionary
          Dictionary for MS SQLServer.
 class SybaseDictionary
          Dictionary for Sybase.
 

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-2010 Apache Software Foundation. All Rights Reserved.