Package | Description |
---|---|
org.axonframework.eventsourcing.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
Modifier and Type | Method and Description |
---|---|
EventSchema |
EventSchema.Builder.build()
Builds a new
EventSchema from builder values. |
protected EventSchema |
JdbcEventStorageEngine.schema()
Returns the
EventSchema that defines the table and column names of event tables in the database. |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
AbstractEventTableFactory.createDomainEventTable(Connection connection,
EventSchema schema) |
PreparedStatement |
EventTableFactory.createDomainEventTable(Connection connection,
EventSchema schema)
Creates a PreparedStatement that allows for the creation of the table to store Event entries.
|
PreparedStatement |
Oracle11EventTableFactory.createDomainEventTable(Connection connection,
EventSchema schema) |
PreparedStatement |
AbstractEventTableFactory.createSnapshotEventTable(Connection connection,
EventSchema schema) |
PreparedStatement |
EventTableFactory.createSnapshotEventTable(Connection connection,
EventSchema schema)
Creates a PreparedStatement that allows for the creation of the table to store Snapshots.
|
PreparedStatement |
Oracle11EventTableFactory.createSnapshotEventTable(Connection connection,
EventSchema schema) |
JdbcEventStorageEngine.Builder |
JdbcEventStorageEngine.Builder.schema(EventSchema schema)
Sets the
EventSchema describing the database schema of event entries. |
Copyright © 2010–2018. All rights reserved.