jar

com.hltech : sql-event-store-4j

Maven & Gradle

Apr 20, 2021
6 stars

event-store · Event store library to use with rdmbs database

Table Of Contents

Latest Version

Download com.hltech : sql-event-store-4j JAR file - Latest Versions:

All Versions

Download com.hltech : sql-event-store-4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x
unspecified

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sql-event-store-4j-0.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hltech.store

├─ com.hltech.store.AggregateRepository.class - [JAR]

├─ com.hltech.store.AggregateRepositoryException.class - [JAR]

├─ com.hltech.store.EventStore.class - [JAR]

├─ com.hltech.store.EventStoreException.class - [JAR]

├─ com.hltech.store.OptimisticLockingException.class - [JAR]

├─ com.hltech.store.OracleEventStore.class - [JAR]

├─ com.hltech.store.PostgresEventStore.class - [JAR]

com.hltech.store.versioning

├─ com.hltech.store.versioning.EventBodyMappingException.class - [JAR]

├─ com.hltech.store.versioning.EventTypeMappingException.class - [JAR]

├─ com.hltech.store.versioning.EventVersioningStrategy.class - [JAR]

├─ com.hltech.store.versioning.MappingBasedVersioning.class - [JAR]

├─ com.hltech.store.versioning.MixedStrategyBasedVersioning.class - [JAR]

├─ com.hltech.store.versioning.MultipleVersionsBasedVersioning.class - [JAR]

├─ com.hltech.store.versioning.NonUniqueMappingException.class - [JAR]

├─ com.hltech.store.versioning.UpcastingBasedVersioning.class - [JAR]

├─ com.hltech.store.versioning.WrappingBasedVersioning.class - [JAR]

Advertisement