Package | Description |
---|---|
org.axonframework.common.jdbc |
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionWrapperFactory.NoOpCloseHandler
Implementation of ConnectionCloseHandler that does nothing on close or commit.
|
Modifier and Type | Method and Description |
---|---|
static <I> Connection |
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 ). |
Copyright © 2010–2022. All rights reserved.