Index

A C D E G H I O R T U 
All Classes and Interfaces|All Packages|Serialized Form

A

add(AGGREGATE) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
 
add(AGGREGATE, String, Object) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
 
AggregateStreamId - Class in org.fuin.ddd4j.esc
Unique name of an aggregate stream.
AggregateStreamId(EntityType, String, AggregateRootId) - Constructor for class org.fuin.ddd4j.esc.AggregateStreamId
Constructor with type and id.
asString() - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 

C

conflictsResolved(List<DomainEvent<?>>, List<DomainEvent<?>>) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
Checks if the uncommitted changes conflicts with unseen changes from the event store and tries to solve the problem.

D

delete(ID, int) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
 

E

equals(Object) - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 
EventStoreRepository<ID extends org.fuin.ddd4j.core.AggregateRootId,AGGREGATE extends org.fuin.ddd4j.core.AggregateRoot<ID>> - Class in org.fuin.ddd4j.esc
Event store based repository.
EventStoreRepository(EventStore) - Constructor for class org.fuin.ddd4j.esc.EventStoreRepository
Constructor with all mandatory data.

G

getAggregateCache() - Method in class org.fuin.ddd4j.esc.EventStoreRepository
Returns the aggregate cache.
getEventStore() - Method in class org.fuin.ddd4j.esc.EventStoreRepository
Returns the underlying event store.
getIdParamName() - Method in class org.fuin.ddd4j.esc.EventStoreRepository
Returns the parameter name for the unique identifier.
getMaxTryCount() - Method in class org.fuin.ddd4j.esc.EventStoreRepository
Returns the number of tries that should be done to resolve a version conflict.
getName() - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 
getParameters() - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 
getReadPageSize() - Method in class org.fuin.ddd4j.esc.EventStoreRepository
Returns the number of events to read in a slice.
getSingleParamValue() - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 

H

hashCode() - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 

I

isProjection() - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 

O

org.fuin.ddd4j.esc - module org.fuin.ddd4j.esc
 
org.fuin.ddd4j.esc - package org.fuin.ddd4j.esc
Copyright (C) 2015 Michael Schnell.

R

read(ID) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
 
read(ID, int) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
 

T

toString() - Method in class org.fuin.ddd4j.esc.AggregateStreamId
 

U

update(AGGREGATE) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
 
update(AGGREGATE, String, Object) - Method in class org.fuin.ddd4j.esc.EventStoreRepository
 
A C D E G H I O R T U 
All Classes and Interfaces|All Packages|Serialized Form