Package com.amazonaws.services.dynamodbv2.datamodeling
package com.amazonaws.services.dynamodbv2.datamodeling
-
ClassDescriptionAbstract implementation of
IDynamoDBMapper
.AbstractEnumMarshaller<T extends Enum<T>>Generic marshaller for enumerations.Interface to make it possible to cache the expensive type determination behavior.Unmarshaller interface to make it possible to cache the expensive type-determination behavior necessary when turning a service result back into an object.A hook allowing a custom transform/untransform of the raw attribute values immediately before writing them into DynamoDB and immediately after reading them out of DynamoDB, but with extra context about the model class not available at the raw AmazonDynamoDB level.Parameters for thetransform
anduntransform
methods, so we don't have to break the interface in order to add additional parameters.A virtualAttributeTransformer
that transforms and untransforms attributes by running them through a cascading series of childAttributeTransformer
instances.A strategy for mapping between Java types and DynamoDB types.Dependency injection for theItemConverter
s that thisConversionSchema
generates.Pre-defined strategies for mapping between Java types and DynamoDB types.Annotation to mark other annotations as being part of DyanmoDB.Interface for marking a class property as an attribute in a DynamoDB table.Annotation for marking a hash key or range key property in a class to auto-generate this key.Annotation for marking a property as auto-generatable.Enumeration of possible auto-generation strategies.Enables adding options to a delete operation.An annotation that marks a class which can be serialized to a DynamoDB document or sub-document.Annotation for marking a property as the hash key for a modeled class.Annotation for marking a class property as non-modeled.Annotation for marking a property in a class as the attribute to be used as the hash key for one or more global secondary indexes on a DynamoDB table.Annotation for marking a property in a class as the attribute to be used as range key for one or more local secondary indexes on a DynamoDB table.Object mapper for domain-object interaction with DynamoDB.The return type of batchWrite, batchDelete and batchSave.Immutable configuration object for service call behavior.DynamoDBMapper#batchWrite takes arbitrary number of save/delete requests and breaks them into smaller chunks that can be accepted by the service API.A fluent builder for DynamoDBMapperConfig objects.Enumeration of consistent read behavior.The default BatchWriteRetryStrategy which always retries on UnprocessedItem up to a maximum number of times and use exponential backoff with random scale factor.Default implementation ofDynamoDBMapperConfig.TableNameResolver
that mimics the behavior of DynamoDBMapper before the addition ofDynamoDBMapperConfig.TableNameResolver
.Interface for a strategy used to determine the table name of an object based on it's class.Enumeration of pagination loading strategy.Enumeration of behaviors for the save operation.Allows overriding the table name declared on a domain class by theDynamoDBTable
annotation.Interface for a strategy used to determine the table name of an object based on it's class.Generic exception for problems occuring when mapping DynamoDB items to Java objects or vice versa.Marshaller interface for storing complex types in DynamoDB as Strings.Annotation to mark a property as using a custom marshaller.An annotation that marks aboolean
orBoolean
attribute of a modeled class which should be serialized as a DynamoDB BOOL.A query expression.Annotation for marking a property in a class as the range key for a DynamoDB table.Enables adding options to a save operation.Options for filtering results from a scan operation.Annotation to mark a class as a DynamoDB table.Annotation for marking a property as an optimistic locking version attribute.Interface for DynamoDBMapper.The concrete realization of a strategy for converting between Java objects and DynamoDB AttributeValues.A simple JSON marshaller that uses the Jackson JSON processor.Unmodifiable list supporting paginated result sets from Amazon DynamoDB.Implementation of the List interface that represents the results from a parallel scan in AWS DynamoDB.Implementation of the List interface that represents the results from a query in AWS DynamoDB.Implementation of the List interface that represents the results from a scan in AWS DynamoDB.Container for a page of query resultsA smart Map forAmazonS3
objects.An S3 Link that works withDynamoDBMapper
.Container for a page of scan results.