Package | Description |
---|---|
org.axonframework.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericEventSqlSchema<T> |
Constructor and Description |
---|
DefaultEventEntryStore(ConnectionProvider connectionProvider,
EventSqlSchema<T> sqlSchema)
Initialize the EventEntryStore, fetching connections from the given
connectionProvider and
executing
SQL
statements using given sqlSchema . |
DefaultEventEntryStore(DataSource dataSource,
EventSqlSchema<T> sqlSchema)
Initialize the EventEntryStore, fetching connections from the given
dataSource and executing SQL
statements using given sqlSchema . |
Copyright © 2010-2014. All Rights Reserved.