Uses of Package
org.axonframework.common.jdbc

Packages that use org.axonframework.common.jdbc
org.axonframework.common.jdbc   
org.axonframework.eventstore.jdbc JDBC Implementation of the EventStore. 
org.axonframework.eventstore.jpa JPA Implementation of the EventStore. 
org.axonframework.saga.repository.jdbc   
 

Classes in org.axonframework.common.jdbc used by org.axonframework.common.jdbc
ConnectionProvider
          Interface towards a mechanism that provides access to a JDBC Connection.
ConnectionWrapperFactory.ConnectionCloseHandler
          Interface defining an operation to close the wrapped connection
 

Classes in org.axonframework.common.jdbc used by org.axonframework.eventstore.jdbc
ConnectionProvider
          Interface towards a mechanism that provides access to a JDBC Connection.
PersistenceExceptionResolver
          The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
 

Classes in org.axonframework.common.jdbc used by org.axonframework.eventstore.jpa
PersistenceExceptionResolver
          The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
 

Classes in org.axonframework.common.jdbc used by org.axonframework.saga.repository.jdbc
ConnectionProvider
          Interface towards a mechanism that provides access to a JDBC Connection.
 



Copyright © 2010-2016. All Rights Reserved.