|
||||||||||
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 JDBCEvent s. |
class |
LoggingConnectionDecorator
A ConnectionDecorator that creates logging connections and
ReportingSQLException s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |