| Package | Description |
|---|---|
| org.axonframework.eventhandling.replay | |
| org.axonframework.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
| org.axonframework.eventstore.jdbc.criteria | |
| org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
| org.axonframework.eventstore.jpa.criteria | |
| org.axonframework.eventstore.management | |
| org.axonframework.eventstore.supporting |
| Modifier and Type | Method and Description |
|---|---|
CriteriaBuilder |
ReplayingCluster.newCriteriaBuilder()
Returns a CriteriaBuilder that allows the construction of criteria for this EventStore implementation
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaBuilder |
JdbcEventStore.newCriteriaBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcCriteriaBuilder
CriteriaBuilder implementation for the Jdbc Event Store
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaBuilder |
JpaEventStore.newCriteriaBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaCriteriaBuilder
CriteriaBuilder implementation for the Jpa Event Store
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaBuilder |
EventStoreManagement.newCriteriaBuilder()
Returns a CriteriaBuilder that allows the construction of criteria for this EventStore implementation
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaBuilder |
VolatileEventStore.newCriteriaBuilder() |
CriteriaBuilder |
TimestampCutoffReadonlyEventStore.newCriteriaBuilder() |
CriteriaBuilder |
SequenceEventStore.newCriteriaBuilder() |
Copyright © 2010-2015. All Rights Reserved.