Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.common.jdbc Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
ConnectionProviderInterface towards a mechanism that provides access to a JDBC Connection.Interfaceorg.axonframework.common.jdbcAxon
ConnectionWrapperFactoryFactory for creating wrappers around a Connection, allowing one to override the behavior of the Connection.Classorg.axonframework.common.jdbcAxon
ConnectionWrapperFactory .ConnectionCloseHandlerInterfaceorg.axonframework.common.jdbc.ConnectionWrapperFactoryAxon
ConnectionWrapperFactory .NoOpCloseHandlerConstructor SummaryConnectionWrapperFactory.Classorg.axonframework.common.jdbc.ConnectionWrapperFactoryAxon
DataSourceConnectionProviderConnectionProvider implementation that obtains a connection from a given DataSource.Classorg.axonframework.common.jdbcAxon
JdbcTransactionExceptionException indicating an error occurred while interacting with a JDBC resource.Classorg.axonframework.common.jdbcAxon
JdbcUtilsUtility class for silently closing JDBC resourcesSince:2.Classorg.axonframework.common.jdbcAxon
PersistenceExceptionResolverThe PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.Interfaceorg.axonframework.common.jdbcAxon
SpringDataSourceConnectionProviderConnectionProvider implementation that is aware of Transaction Managers and provides the connection attached to an active transaction manager, instead of asking a Data Source directly.Classorg.axonframework.common.jdbcAxon
UnitOfWorkAwareConnectionProviderWrapperWrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that connection over creating a new one.Classorg.axonframework.common.jdbcAxon