ItemSource
Represents a source of DynamoDB items (such as a table or secondary index)
Inheritors
Types
Link copied to clipboard
interface CompositeKey<T, PK : KeyType, SK : KeyType> : ItemSource<T> , ItemSourceOperations.CompositeKey<T, PK, SK> , PersistenceSpec.CompositeKey<T, PK, SK>
Represents a source of DynamoDB items (such as a table or secondary index) whose primary key is a composite of a partition key and a sort key
Link copied to clipboard
interface PartitionKey<T, PK : KeyType> : ItemSource<T> , ItemSourceOperations.PartitionKey<T, PK> , PersistenceSpec.PartitionKey<T, PK>
Represents a source of DynamoDB items (such as a table or secondary index) whose primary key is a single partition key
Inherited properties
Link copied to clipboard
The DynamoDbMapper which holds the underlying DynamoDB service client used to invoke operations
Link copied to clipboard
The ItemSchema which describes how to map objects to items and vice versa