Uses of Interface
org.apache.openjpa.lib.jdbc.ConnectionDecorator
Packages that use ConnectionDecorator
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Schema Management
OpenJPA-JDBC SQL Abstraction
Database Connectivity
-
Uses of ConnectionDecorator in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return ConnectionDecoratorModifier and TypeMethodDescriptionJDBCConfiguration.getConnectionDecoratorInstances()
TheConnectionDecorator
s to use.JDBCConfigurationImpl.getConnectionDecoratorInstances()
Methods in org.apache.openjpa.jdbc.conf with parameters of type ConnectionDecoratorModifier and TypeMethodDescriptionvoid
JDBCConfiguration.setConnectionDecorators
(ConnectionDecorator[] decorators) TheConnectionDecorator
s to use.void
JDBCConfigurationImpl.setConnectionDecorators
(ConnectionDecorator[] decorators) -
Uses of ConnectionDecorator in org.apache.openjpa.jdbc.schema
Methods in org.apache.openjpa.jdbc.schema that return types with arguments of type ConnectionDecoratorModifier and TypeMethodDescriptionDriverDataSource.createConnectionDecorators()
Provide any built-in decorators; may be null.SimpleDriverDataSource.createConnectionDecorators()
-
Uses of ConnectionDecorator in org.apache.openjpa.jdbc.sql
Classes in org.apache.openjpa.jdbc.sql that implement ConnectionDecoratorModifier and TypeClassDescriptionclass
Base dictionary for the IBM DB2 family of databases.class
Dictionary for the SQL Server databases (Sybase and MS SQL Server).class
Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.class
Dictionary for Intersystems Cache.class
Dictionary for IBM DB2 database.class
Class which allows the creation of SQL dynamically, in a database agnostic fashion.class
Dictionary for Apache Derby (formerly Cloudscape).class
Dictionary for Empress using ODBC server combined with their type 2 driver.class
Dictionary for Firebird.class
Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.class
Dictionary for H2 ({@link http://www.h2database.com}).class
Dictionary for HerdDB.class
Dictionary for HyperSQL (HSQLDB) database.class
Dictionary for Informix database.class
class
Dictionary for Borland Interbase.class
Dictionary for Borland JDataStoreclass
class
Database dictionary for using SAP's MaxDB.class
Dictionary for MySQL.class
Dictionary for Oracle.class
Dictionary for Pointbase Embedded.class
Dictionary for PostgreSQL.class
Dictionary for SolidDB database.class
Dictionary for Microsoft SQL Server.class
Dictionary for Sybase. -
Uses of ConnectionDecorator in org.apache.openjpa.lib.jdbc
Classes in org.apache.openjpa.lib.jdbc that implement ConnectionDecoratorModifier and TypeClassDescriptionclass
Connection decorator that can configure some properties of the underlying connection.class
Manages the firing ofJDBCEvent
s.class
AConnectionDecorator
that creates logging connections andReportingSQLException
s.Methods in org.apache.openjpa.lib.jdbc that return types with arguments of type ConnectionDecoratorModifier and TypeMethodDescriptionDecoratingDataSource.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 ConnectionDecoratorModifier and TypeMethodDescriptionvoid
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 ConnectionDecoratorModifier and TypeMethodDescriptionvoid
DecoratingDataSource.addDecorators
(Collection<ConnectionDecorator> decorators) Add multiple connection decorators efficiently.