jar

io.dataspray : single-table

Maven & Gradle

Apr 30, 2023
1 stars

Single Table · DynamoDB best practices encourages a single-table design that allows multiple record types to reside within the same table. The goal of this library is to improve the experience of Java developers and make it safer to define non-conflicting schema of each record, serializing and deserializing automatically and working with secondary indexes.

Table Of Contents

Latest Version

Download io.dataspray : single-table JAR file - Latest Versions:

All Versions

Download io.dataspray : single-table JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 single-table-0.0.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.dataspray.singletable

├─ io.dataspray.singletable.DynamoConvertersProxy.class - [JAR]

├─ io.dataspray.singletable.DynamoMapper.class - [JAR]

├─ io.dataspray.singletable.DynamoMapperImpl.class - [JAR]

├─ io.dataspray.singletable.DynamoTable.class - [JAR]

├─ io.dataspray.singletable.DynamoUtil.class - [JAR]

├─ io.dataspray.singletable.Expression.class - [JAR]

├─ io.dataspray.singletable.ExpressionBuilder.class - [JAR]

├─ io.dataspray.singletable.IndexSchema.class - [JAR]

├─ io.dataspray.singletable.InitWithDefault.class - [JAR]

├─ io.dataspray.singletable.Schema.class - [JAR]

├─ io.dataspray.singletable.ShardAndExclusiveStartKey.class - [JAR]

├─ io.dataspray.singletable.ShardPageResult.class - [JAR]

├─ io.dataspray.singletable.SingleTable.class - [JAR]

├─ io.dataspray.singletable.StringSerdeUtil.class - [JAR]

├─ io.dataspray.singletable.TableSchema.class - [JAR]

├─ io.dataspray.singletable.TableType.class - [JAR]