|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||