Class Hierarchy
- java.lang.Object
- com.github.j5ik2o.event.store.adapter.java.AggregateAndEvent<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.SerializationException
- com.github.j5ik2o.event.store.adapter.java.TransactionException
- 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.SerializationRuntimeException
- com.github.j5ik2o.event.store.adapter.java.TransactionRuntimeException
- 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>