Uses of Interface
org.axonframework.common.jdbc.ConnectionWrapperFactory.ConnectionCloseHandler
Packages that use ConnectionWrapperFactory.ConnectionCloseHandler
-
Uses of ConnectionWrapperFactory.ConnectionCloseHandler in org.axonframework.common.jdbc
Classes in org.axonframework.common.jdbc that implement ConnectionWrapperFactory.ConnectionCloseHandlerModifier and TypeClassDescriptionstatic classImplementation of ConnectionCloseHandler that does nothing on close or commit.Methods in org.axonframework.common.jdbc with parameters of type ConnectionWrapperFactory.ConnectionCloseHandlerModifier and TypeMethodDescriptionstatic <I> ConnectionConnectionWrapperFactory.wrap(Connection connection, Class<I> wrapperInterface, I wrapperHandler, ConnectionWrapperFactory.ConnectionCloseHandler closeHandler) Wrap the givenconnection, creating a Proxy with an additionalwrapperInterface(implemented by givenwrapperHandler).static ConnectionConnectionWrapperFactory.wrap(Connection connection, ConnectionWrapperFactory.ConnectionCloseHandler closeHandler) Wrap the givenconnection, creating a Proxy with an additionalwrapperInterface(implemented by givenwrapperHandler).