Package | Description |
---|---|
io.spine.server.storage.jdbc |
The API for the JDBC-based storage implementation.
|
io.spine.server.storage.jdbc.aggregate |
The JDBC-based implementation of the
AggregateStorage . |
io.spine.server.storage.jdbc.delivery |
Contains the implementation
of
InboxStorage and other mechanisms of message delivery. |
io.spine.server.storage.jdbc.message |
This package contains the
JdbcMessageStorage which
enables storing of plain Protobuf messages to the database, and related classes. |
io.spine.server.storage.jdbc.projection |
The JDBC-based implementation of the
ProjectionStorage . |
io.spine.server.storage.jdbc.query |
This package contains the API for working with queries and common queries for different storages.
|
io.spine.server.storage.jdbc.record |
The JDBC-based implementation of the
RecordStorage . |
io.spine.server.storage.jdbc.type |
This package provides classes for JDBC column types.
|