|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionWrapperFactory.ConnectionCloseHandler | |
|---|---|
| org.axonframework.common.jdbc | |
| Uses of ConnectionWrapperFactory.ConnectionCloseHandler in org.axonframework.common.jdbc |
|---|
| Classes in org.axonframework.common.jdbc that implement ConnectionWrapperFactory.ConnectionCloseHandler | |
|---|---|
static class |
ConnectionWrapperFactory.NoOpCloseHandler
Implementation of ConnectionCloseHandler that does nothing on close. |
| Methods in org.axonframework.common.jdbc with parameters of type ConnectionWrapperFactory.ConnectionCloseHandler | ||
|---|---|---|
static
|
ConnectionWrapperFactory.wrap(Connection connection,
Class<I> wrapperInterface,
I wrapperHandler,
ConnectionWrapperFactory.ConnectionCloseHandler closeHandler)
Wrap the given connection, creating a Proxy with an additional wrapperInterface
(implemented by given wrapperHandler). |
|
static Connection |
ConnectionWrapperFactory.wrap(Connection connection,
ConnectionWrapperFactory.ConnectionCloseHandler closeHandler)
Wrap the given connection, creating a Proxy with an additional wrapperInterface
(implemented by given wrapperHandler). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||