| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionDecorator | |
|---|---|
| org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration | 
| org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management | 
| 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[] | JDBCConfigurationImpl.getConnectionDecoratorInstances() | 
|  ConnectionDecorator[] | JDBCConfiguration.getConnectionDecoratorInstances()The ConnectionDecorators to use. | 
| Methods in org.apache.openjpa.jdbc.conf with parameters of type ConnectionDecorator | |
|---|---|
|  void | JDBCConfigurationImpl.setConnectionDecorators(ConnectionDecorator[] decorators) | 
|  void | JDBCConfiguration.setConnectionDecorators(ConnectionDecorator[] decorators)The ConnectionDecorators to use. | 
| Uses of ConnectionDecorator in org.apache.openjpa.jdbc.schema | 
|---|
| Methods in org.apache.openjpa.jdbc.schema that return types with arguments of type ConnectionDecorator | |
|---|---|
|  List<ConnectionDecorator> | SimpleDriverDataSource.createConnectionDecorators() | 
|  List<ConnectionDecorator> | DriverDataSource.createConnectionDecorators()Provide any built-in decorators; may be null. | 
| Uses of ConnectionDecorator in org.apache.openjpa.jdbc.sql | 
|---|
| Classes in org.apache.openjpa.jdbc.sql that implement ConnectionDecorator | |
|---|---|
|  class | AbstractDB2DictionaryBase dictionary for the IBM DB2 family of databases. | 
|  class | AbstractSQLServerDictionaryDictionary for the SQL Server databases (Sybase and MS SQL Server). | 
|  class | AccessDictionaryDictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver. | 
|  class | CacheDictionaryDictionary for Intersystems Cache. | 
|  class | DB2DictionaryDictionary for IBM DB2 database. | 
|  class | DBDictionaryClass which allows the creation of SQL dynamically, in a database agnostic fashion. | 
|  class | DerbyDictionaryDictionary for Apache Derby (formerly Cloudscape). | 
|  class | EmpressDictionaryDictionary for Empress using ODBC server combined with their type 2 driver. | 
|  class | FirebirdDictionaryDictionary for Firebird. | 
|  class | FoxProDictionaryDictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver. | 
|  class | H2DictionaryDictionary for H2 ( http://www.h2database.com). | 
|  class | HSQLDictionaryDictionary for HyperSQL (HSQLDB) database. | 
|  class | InformixDictionaryDictionary for Informix database. | 
|  class | IngresDictionary | 
|  class | InterbaseDictionaryDictionary for Borland Interbase. | 
|  class | JDataStoreDictionaryDictionary for Borland JDataStore | 
|  class | MaxDBDictionaryDatabase dictionary for using SAP's MaxDB. | 
|  class | MySQLDictionaryDictionary for MySQL. | 
|  class | OracleDictionaryDictionary for Oracle. | 
|  class | PointbaseDictionaryDictionary for Pointbase Embedded. | 
|  class | PostgresDictionaryDictionary for PostgreSQL. | 
|  class | SolidDBDictionaryDictionary for SolidDB database. | 
|  class | SQLServerDictionaryDictionary for Microsoft SQL Server. | 
|  class | SybaseDictionaryDictionary for Sybase. | 
| Uses of ConnectionDecorator in org.apache.openjpa.lib.jdbc | 
|---|
| Classes in org.apache.openjpa.lib.jdbc that implement ConnectionDecorator | |
|---|---|
|  class | ConfiguringConnectionDecoratorConnection decorator that can configure some properties of the underlying connection. | 
|  class | JDBCEventConnectionDecoratorManages the firing of JDBCEvents. | 
|  class | LoggingConnectionDecoratorA ConnectionDecoratorthat creates logging connections andReportingSQLExceptions. | 
| 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||