| Package | Description | 
|---|---|
| org.axonframework.eventsourcing.eventstore.jdbc | 
 JDBC Implementation of the EventStore. 
 | 
| Class and Description | 
|---|
| AbstractEventTableFactory
 Abstract implementation of an  
EventTableFactory that provides Jdbc "create table" statements compatible
 with most databases. | 
| EventSchema
 Schema of an event entry to be stored using Jdbc. 
 | 
| EventSchema.Builder
 Builder for an  
EventSchema that gets initialized with default values. | 
| EventTableFactory
 Interface describing a factory for JDBC to create the Domain and Snapshot Event tables. 
 | 
| HsqlEventTableFactory
 Jdbc table factory for HSQL databases. 
 | 
| MySqlEventTableFactory
 Jdbc event entry table factory for MySql databases. 
 | 
| PostgresEventTableFactory
 Jdbc table factory for Postgress databases. 
 | 
Copyright © 2010–2018. All rights reserved.