Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.github.j5ik2o.event.store.adapter.java.AggregateAndEvent<AID,A,E>
- com.github.j5ik2o.event.store.adapter.java.DefaultEventSerializer<AID,E> (implements com.github.j5ik2o.event.store.adapter.java.EventSerializer<AID,E>)
- com.github.j5ik2o.event.store.adapter.java.DefaultKeyResolver<AID> (implements com.github.j5ik2o.event.store.adapter.java.KeyResolver<AID>)
- com.github.j5ik2o.event.store.adapter.java.DefaultSnapshotSerializer<AID,A> (implements com.github.j5ik2o.event.store.adapter.java.SnapshotSerializer<AID,A>)
- com.github.j5ik2o.event.store.adapter.java.internal.EventStoreAsyncForDynamoDB<AID,A,E> (implements com.github.j5ik2o.event.store.adapter.java.EventStoreAsync<AID,A,E>)
- com.github.j5ik2o.event.store.adapter.java.internal.EventStoreForDynamoDB<AID,A,E> (implements com.github.j5ik2o.event.store.adapter.java.EventStore<AID,A,E>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.github.j5ik2o.event.store.adapter.java.EventStoreBaseException
- com.github.j5ik2o.event.store.adapter.java.DeserializationException
- com.github.j5ik2o.event.store.adapter.java.EventStoreWriteException
- com.github.j5ik2o.event.store.adapter.java.OptimisticLockException
- com.github.j5ik2o.event.store.adapter.java.SerializationException
- com.github.j5ik2o.event.store.adapter.java.EventStoreReadException
- java.lang.RuntimeException
- com.github.j5ik2o.event.store.adapter.java.EventStoreBaseRuntimeException
- com.github.j5ik2o.event.store.adapter.java.DeserializationRuntimeException
- com.github.j5ik2o.event.store.adapter.java.EventStoreReadRuntimeException
- com.github.j5ik2o.event.store.adapter.java.EventStoreWriteRuntimeException
- com.github.j5ik2o.event.store.adapter.java.OptimisticLockRuntimeException
- com.github.j5ik2o.event.store.adapter.java.SerializationRuntimeException
- com.github.j5ik2o.event.store.adapter.java.EventStoreBaseRuntimeException
- com.github.j5ik2o.event.store.adapter.java.EventStoreBaseException
- java.lang.Exception
Interface Hierarchy
- com.github.j5ik2o.event.store.adapter.java.Aggregate<This,AID>
- com.github.j5ik2o.event.store.adapter.java.AggregateId
- com.github.j5ik2o.event.store.adapter.java.Event<AID>
- com.github.j5ik2o.event.store.adapter.java.EventSerializer<AID,E>
- com.github.j5ik2o.event.store.adapter.java.EventStoreOptions<This,AID,A,E>
- com.github.j5ik2o.event.store.adapter.java.EventStore<AID,A,E>
- com.github.j5ik2o.event.store.adapter.java.EventStoreAsync<AID,A,E>
- com.github.j5ik2o.event.store.adapter.java.KeyResolver<AID>
- com.github.j5ik2o.event.store.adapter.java.SnapshotSerializer<AID,A>