|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventEntryFactory | |
---|---|
org.axonframework.eventstore.jpa | JPA Implementation of the EventStore. |
Uses of EventEntryFactory in org.axonframework.eventstore.jpa |
---|
Classes in org.axonframework.eventstore.jpa that implement EventEntryFactory | |
---|---|
class |
DefaultEventEntryFactory
Implementation of the EventEntryFactory that provides the default Axon entities, which store payload and meta data of Events as byte arrays. |
Constructors in org.axonframework.eventstore.jpa with parameters of type EventEntryFactory | |
---|---|
DefaultEventEntryStore(EventEntryFactory<T> eventEntryFactory)
Initializes the EventEntryStore, using the given eventEntryFactory to provide instances of the
JPA entities to use for persistence. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |