Package org.axonframework.common.jdbc
package org.axonframework.common.jdbc
-
ClassDescriptionInterface towards a mechanism that provides access to a JDBC Connection.Factory for creating wrappers around a Connection, allowing one to override the behavior of the
Connection.close()method.Interface defining an operation to close the wrapped connectionImplementation of ConnectionCloseHandler that does nothing on close or commit.ConnectionProvider implementation that obtains a connection from a given DataSource.Exception indicating an error occurred while interacting with a JDBC resource.Utility class for safely executing Jdbc queries.Describes a function that creates a newPreparedStatementready to be executed.Describes a function that converts aResultSetinto a result of typeR.Utility class with some specific hacks required to get certain features to work with Oracle v11.Enables iterating through a JDBC query using paging.Describes a function that creates a newPreparedStatementthat pages results through the givenoffsetandmaxSize, ready to be executed.The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.Wrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that connection over creating a new one.