|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventSqlSchema | |
---|---|
org.axonframework.eventstore.jdbc | JDBC Implementation of the EventStore. |
Uses of EventSqlSchema in org.axonframework.eventstore.jdbc |
---|
Classes in org.axonframework.eventstore.jdbc that implement EventSqlSchema | |
---|---|
class |
GenericEventSqlSchema<T>
|
class |
PostgresEventSqlSchema<T>
SQL schema supporting postgres databases. |
Constructors in org.axonframework.eventstore.jdbc with parameters of type EventSqlSchema | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |