Package | Description |
---|---|
org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventEntryFactory
Implementation of the EventEntryFactory that provides the default Axon entities, which store payload and meta data
of Events as byte arrays.
|
Constructor and Description |
---|
DefaultEventEntryStore(EventEntryFactory<T> eventEntryFactory)
Initializes the EventEntryStore, using the given
eventEntryFactory to provide instances of the
JPA entities to use for persistence. |
Copyright © 2010-2014. All Rights Reserved.