jar

tech.ydb.yoj : yoj-repository-inmemory

Maven & Gradle

Dec 28, 2023

YOJ - In-Memory Repository · YOJ (YDB ORM for Java) In-Memory Repository API implementation, currently using Eclipse Collections. Has YDB-like semantics for data modification, to easily and quickly test your business logic without spinning YDB container or accessing a real YDB installation.

Table Of Contents

Latest Version

Download tech.ydb.yoj : yoj-repository-inmemory JAR file - Latest Versions:

All Versions

Download tech.ydb.yoj : yoj-repository-inmemory JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 yoj-repository-inmemory-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.ydb.yoj.repository.test.inmemory.legacy

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyColumns.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryException.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryStorage.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryTxLockWatcher.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyReadOnlyTxDataShard.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyTxDataShardImpl.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.LegacyWriteTxDataShard.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.legacy.NormalExecutionWatcher.class - [JAR]

tech.ydb.yoj.repository.test.inmemory

├─ tech.ydb.yoj.repository.test.inmemory.Columns.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryDataShard.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryEntityLine.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryRepository.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryException.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryStorage.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryTable.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.ReadOnlyTxDataShard.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.TxDataShardImpl.class - [JAR]

├─ tech.ydb.yoj.repository.test.inmemory.WriteTxDataShard.class - [JAR]