Hierarchy For All Packages
- io.awspring.spring.data.dynamodb,
- io.awspring.spring.data.dynamodb.config,
- io.awspring.spring.data.dynamodb.core,
- io.awspring.spring.data.dynamodb.core.converter,
- io.awspring.spring.data.dynamodb.core.mapping,
- io.awspring.spring.data.dynamodb.core.mapping.events,
- io.awspring.spring.data.dynamodb.repository,
- io.awspring.spring.data.dynamodb.repository.cdi,
- io.awspring.spring.data.dynamodb.repository.config,
- io.awspring.spring.data.dynamodb.repository.query,
- io.awspring.spring.data.dynamodb.repository.support,
- io.awspring.spring.data.dynamodb.request,
- io.awspring.spring.data.examples,
- io.awspring.spring.data.examples.config,
- io.awspring.spring.data.examples.model,
- io.awspring.spring.data.examples.repository,
- io.awspring.spring.data.examples.service,
- io.awspring.spring.data.examples.service.usecase
Class Hierarchy
- java.lang.Object
- io.awspring.spring.data.dynamodb.config.AbstractDynamoDbConfiguration (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
- io.awspring.spring.data.examples.config.DynamoDbConfig
- io.awspring.spring.data.dynamodb.core.converter.AbstractDynamoDbConverter (implements io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter, org.springframework.beans.factory.InitializingBean)
- io.awspring.spring.data.dynamodb.core.converter.MappingDynamoDbConverter (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean)
- io.awspring.spring.data.dynamodb.repository.query.AbstractDynamoDbQuery (implements org.springframework.data.repository.query.RepositoryQuery)
- io.awspring.spring.data.dynamodb.repository.query.PartTreeDynamoDbQuery
- io.awspring.spring.data.dynamodb.repository.query.StringBasedDynamoDbQuery
- org.springframework.data.mapping.context.AbstractMappingContext<E,
P> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.InitializingBean, org.springframework.data.mapping.context.MappingContext<E, P>) - io.awspring.spring.data.dynamodb.core.mapping.DynamoDbMappingContext (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanClassLoaderAware)
- org.springframework.data.mapping.model.AbstractPersistentProperty<P> (implements org.springframework.data.mapping.PersistentProperty<P>)
- org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<P>
- io.awspring.spring.data.dynamodb.core.mapping.BasicDynamoDbPersistentProperty (implements org.springframework.context.ApplicationContextAware, io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentProperty)
- io.awspring.spring.data.dynamodb.core.mapping.CachingDynamoDbPersistentProperty
- io.awspring.spring.data.dynamodb.core.mapping.BasicDynamoDbPersistentProperty (implements org.springframework.context.ApplicationContextAware, io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentProperty)
- org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<P>
- org.springframework.data.repository.query.parser.AbstractQueryCreator<T,
S> - io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryCreator
- io.awspring.spring.data.examples.model.AccountNote
- io.awspring.spring.data.examples.model.AccountProfile
- io.awspring.spring.data.examples.model.Address
- io.awspring.spring.data.dynamodb.core.mapping.BasicDynamoDbPersistentEntityMetadataVerifier (implements io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentEntityMetadataVerifier)
- org.springframework.data.mapping.model.BasicPersistentEntity<T,
P> (implements org.springframework.core.env.EnvironmentCapable, org.springframework.data.mapping.model.MutablePersistentEntity<T, P>) - io.awspring.spring.data.dynamodb.core.mapping.BasicDynamoDbPersistentEntity<T> (implements org.springframework.context.ApplicationContextAware, io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentEntity<T>)
- org.springframework.data.repository.cdi.CdiRepositoryBean<T> (implements jakarta.enterprise.inject.spi.Bean<T>, jakarta.enterprise.inject.spi.PassivationCapable)
- io.awspring.spring.data.dynamodb.repository.cdi.DynamoDbRepositoryBean<T>
- org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport (implements jakarta.enterprise.inject.spi.Extension)
- io.awspring.spring.data.dynamodb.repository.cdi.DynamoDbRepositoryExtension
- io.awspring.spring.data.dynamodb.core.mapping.CompositeDynamoDbPersistentEntityMetadataVerifier (implements io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentEntityMetadataVerifier)
- io.awspring.spring.data.examples.service.usecase.ConversionAndVersionUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- org.springframework.data.convert.CustomConversions
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConversions
- io.awspring.spring.data.examples.model.Customer
- io.awspring.spring.data.examples.model.CustomerAccount
- io.awspring.spring.data.examples.service.usecase.CustomerLifecycleCallbacks (implements io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbAfterSaveCallback<T>, io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbBeforeConvertCallback<T>)
- io.awspring.spring.data.dynamodb.core.DefaultDynamoDbExceptionTranslator (implements io.awspring.spring.data.dynamodb.core.DynamoDbExceptionTranslator)
- io.awspring.spring.data.examples.service.usecase.DerivedQueryUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.dynamodb.core.DynamoDbAccessor (implements org.springframework.beans.factory.InitializingBean)
- io.awspring.spring.data.dynamodb.core.DynamoDbTemplate (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, io.awspring.spring.data.dynamodb.core.DynamoDbOperations)
- io.awspring.spring.data.examples.DynamoDbApplication
- io.awspring.spring.data.dynamodb.request.DynamoDbConditionRequest
- io.awspring.spring.data.dynamodb.request.DynamoDbConditionRequest.Builder
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConversionContext (implements org.springframework.data.convert.ValueConversionContext<P>)
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters
- io.awspring.spring.data.dynamodb.config.DynamoDbEntityClassScanner
- io.awspring.spring.data.dynamodb.core.DynamoDbManagedTypes (implements org.springframework.data.domain.ManagedTypes)
- io.awspring.spring.data.dynamodb.request.DynamoDbPageRequest
- io.awspring.spring.data.dynamodb.request.DynamoDbQueryRequest
- io.awspring.spring.data.dynamodb.request.DynamoDbQueryRequest.Builder
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQuerySpec
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQuerySpecMapper
- io.awspring.spring.data.dynamodb.request.DynamoDbScanRequest
- io.awspring.spring.data.dynamodb.request.DynamoDbScanRequest.Builder
- io.awspring.spring.data.dynamodb.request.DynamoDbUpdateExpressionRequest
- io.awspring.spring.data.dynamodb.request.DynamoDbUpdateExpressionRequest.Builder
- io.awspring.spring.data.examples.service.usecase.EmbeddedUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.dynamodb.core.EntityOperations
- io.awspring.spring.data.dynamodb.core.EntityQueryResult<T>
- io.awspring.spring.data.dynamodb.core.EntityReadResult<T>
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbMappingEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbAfterConvertEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbAfterDeleteEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbAfterSaveEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbAfterUpdateEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbBeforeDeleteEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbBeforeSaveEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbBeforeUpdateEvent<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbMappingEvent<T>
- org.springframework.context.ApplicationEvent
- io.awspring.spring.data.examples.service.ExampleRunner (implements org.springframework.boot.CommandLineRunner)
- io.awspring.spring.data.examples.service.usecase.ExplicitQueryUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.dynamodb.request.IndexQueryBuilder<T>
- io.awspring.spring.data.examples.service.usecase.ItemCollectionUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.dynamodb.core.mapping.KeyTemplate
- io.awspring.spring.data.dynamodb.core.mapping.KeyTemplateResolver
- io.awspring.spring.data.examples.service.usecase.LifecycleUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.examples.service.usecase.NamedQueryUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.examples.model.NormalizedEmailConverter (implements org.springframework.data.convert.PropertyValueConverter<DV,
SV, C>) - io.awspring.spring.data.examples.model.Order
- io.awspring.spring.data.examples.model.OrderItem
- io.awspring.spring.data.examples.model.OrderItemCollection
- io.awspring.spring.data.examples.model.OrderItemCollectionByIndex
- io.awspring.spring.data.examples.model.OrderStatusIndex
- io.awspring.spring.data.examples.service.usecase.PaginationUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- org.springframework.data.repository.query.ParametersParameterAccessor (implements org.springframework.data.repository.query.ParameterAccessor)
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbParametersParameterAccessor
- io.awspring.spring.data.examples.model.PaymentMethod
- org.springframework.data.repository.core.support.PersistentEntityInformation<T,
ID> (implements org.springframework.data.repository.core.EntityInformation<T, ID>) - io.awspring.spring.data.dynamodb.repository.support.MappingDynamoDbEntityInformation<T,
ID> (implements io.awspring.spring.data.dynamodb.repository.support.DynamoDbEntityInformation<T, ID>)
- io.awspring.spring.data.dynamodb.repository.support.MappingDynamoDbEntityInformation<T,
- org.springframework.data.repository.query.QueryMethod
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryMethod
- org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- io.awspring.spring.data.dynamodb.repository.config.DynamoDbRepositoriesRegistrar
- org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport (implements org.springframework.data.repository.config.RepositoryConfigurationExtension)
- io.awspring.spring.data.dynamodb.repository.config.DynamoDbRepositoryConfigurationExtension
- io.awspring.spring.data.examples.service.usecase.RepositoryCrudUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,
S, ID> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T, ID>) - io.awspring.spring.data.dynamodb.repository.support.DynamoDbRepositoryFactoryBean<T,
S, ID>
- io.awspring.spring.data.dynamodb.repository.support.DynamoDbRepositoryFactoryBean<T,
- org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable)
- io.awspring.spring.data.dynamodb.repository.DynamoDbRepositoryFactory
- io.awspring.spring.data.examples.service.usecase.SecondaryIndexUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.dynamodb.repository.SimpleDynamoDbRepository<T,
ID> (implements io.awspring.spring.data.dynamodb.repository.DynamoDbRepository<T, ID>) - io.awspring.spring.data.dynamodb.repository.SimpleItemCollectionRepository<A> (implements io.awspring.spring.data.dynamodb.repository.ItemCollectionRepository<A>)
- io.awspring.spring.data.dynamodb.core.mapping.SortKeyTemplateVerifier (implements io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentEntityMetadataVerifier)
- io.awspring.spring.data.dynamodb.core.StatementFactory
- io.awspring.spring.data.dynamodb.repository.query.StringBasedItemCollectionQuery (implements org.springframework.data.repository.query.RepositoryQuery)
- io.awspring.spring.data.examples.service.usecase.TemplateOperationsUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.data.mapping.MappingException
- io.awspring.spring.data.dynamodb.core.mapping.VerifierMappingExceptions
- org.springframework.core.NestedRuntimeException
- org.springframework.dao.DataAccessException
- org.springframework.dao.NonTransientDataAccessException
- org.springframework.dao.InvalidDataAccessResourceUsageException
- io.awspring.spring.data.dynamodb.BadStatementGrammarException
- org.springframework.dao.UncategorizedDataAccessException
- io.awspring.spring.data.dynamodb.UncategorizedDynamoDbException
- org.springframework.dao.InvalidDataAccessResourceUsageException
- org.springframework.dao.NonTransientDataAccessException
- org.springframework.dao.DataAccessException
- org.springframework.data.mapping.MappingException
- java.lang.RuntimeException
- java.lang.Exception
- io.awspring.spring.data.examples.service.usecase.UpdateDeleteUseCase (implements io.awspring.spring.data.examples.service.usecase.ExampleUseCase)
- io.awspring.spring.data.dynamodb.core.WriteResult
- io.awspring.spring.data.dynamodb.core.EntityWriteResult<T>
- io.awspring.spring.data.dynamodb.config.AbstractDynamoDbConfiguration (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
Interface Hierarchy
- org.springframework.beans.factory.Aware
- org.springframework.context.ApplicationContextAware
- io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentProperty (also extends org.springframework.data.mapping.PersistentProperty<P>)
- org.springframework.context.ApplicationContextAware
- io.awspring.spring.data.dynamodb.core.DynamoDbOperations
- io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentEntityMetadataVerifier
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution
- io.awspring.spring.data.dynamodb.request.DynamoDbUpdateExpressionRequestInterface
- org.springframework.data.mapping.callback.EntityCallback<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbAfterConvertCallback<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbAfterSaveCallback<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbBeforeConvertCallback<T>
- io.awspring.spring.data.dynamodb.core.mapping.events.DynamoDbBeforeSaveCallback<T>
- org.springframework.data.repository.core.EntityMetadata<T>
- org.springframework.data.repository.core.EntityInformation<T,
ID> - io.awspring.spring.data.dynamodb.repository.support.DynamoDbEntityInformation<T,
ID>
- io.awspring.spring.data.dynamodb.repository.support.DynamoDbEntityInformation<T,
- org.springframework.data.repository.core.EntityInformation<T,
- org.springframework.data.convert.EntityReader<T,
S> - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityConverter<E,
P, T, S>) - org.springframework.data.convert.EntityConverter<E,
P, T, S> (also extends org.springframework.data.convert.EntityWriter<T, S>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityReader<T,
S>)
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityReader<T,
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityConverter<E,
- org.springframework.data.convert.EntityWriter<T,
S> - io.awspring.spring.data.dynamodb.core.converter.DynamoDbWriter<T>
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityConverter<E,
P, T, S>, org.springframework.data.convert.EntityReader<T, S>)
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityConverter<E,
- org.springframework.data.convert.EntityConverter<E,
P, T, S> (also extends org.springframework.data.convert.EntityReader<T, S>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityReader<T,
S>)
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverter (also extends org.springframework.data.convert.EntityReader<T,
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbWriter<T>
- io.awspring.spring.data.examples.service.usecase.ExampleUseCase
- io.awspring.spring.data.dynamodb.request.IndexQueryBuilder.QueryExecutor<T>
- java.lang.Iterable<T>
- org.springframework.data.mapping.PersistentEntity<T,
P> - io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentEntity<T>
- org.springframework.data.mapping.PersistentEntity<T,
- io.awspring.spring.data.dynamodb.core.mapping.NamingStrategy
- org.springframework.dao.support.PersistenceExceptionTranslator
- io.awspring.spring.data.dynamodb.core.DynamoDbExceptionTranslator
- org.springframework.data.mapping.PersistentProperty<P>
- io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentProperty (also extends org.springframework.context.ApplicationContextAware)
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.ListCrudRepository<T,
ID> - io.awspring.spring.data.dynamodb.repository.DynamoDbRepository<T,
ID> - io.awspring.spring.data.examples.repository.CustomerAccountRepository
- io.awspring.spring.data.examples.repository.CustomerRepository
- io.awspring.spring.data.examples.repository.OrderItemRepository
- io.awspring.spring.data.examples.repository.OrderRepository
- io.awspring.spring.data.dynamodb.repository.DynamoDbRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- io.awspring.spring.data.dynamodb.repository.ItemCollectionRepository<A>
- io.awspring.spring.data.examples.repository.OrderItemCollectionByIndexRepository
- io.awspring.spring.data.examples.repository.OrderItemCollectionRecordRepository
- io.awspring.spring.data.examples.repository.OrderItemCollectionRepository
- io.awspring.spring.data.dynamodb.repository.SecondaryIndexRepository<T>
- io.awspring.spring.data.examples.repository.OrderStatusIndexRepository
- org.springframework.data.repository.CrudRepository<T,
Annotation Interface Hierarchy
- io.awspring.spring.data.dynamodb.repository.AllowScan (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.Column (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.Derived (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.Embedded (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.config.EnableDynamoDbRepositories (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.ExpressionName (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.ExpressionValue (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.ItemCollectionMember (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.ItemCollectionView (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.PartitionKey (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.PartitionKey.List (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.Query (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.SecondaryIndex (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.SortKey (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.SortKey.List (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.SortKeyTemplate (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.SortKeyTemplate.List (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.core.mapping.Table (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.Update (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.AttributeValueToDate (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.AttributeValueToInstant (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.AttributeValueToLocalDate (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.AttributeValueToLocalDateTime (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.AttributeValueToNumber (implements org.springframework.core.convert.converter.ConverterFactory<S,
R>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.AttributeValueToZoneId (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.DateToAttributeValue (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.InstantToAttributeValue (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.LocalDateTimeToAttributeValue (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.LocalDateToAttributeValue (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.NumberToAttributeValue (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.ZoneIdToAttributeValue (implements org.springframework.core.convert.converter.Converter<S,
T>) - io.awspring.spring.data.dynamodb.core.mapping.DynamoDbPersistentPropertyComparator (implements java.util.Comparator<T>)
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQuerySpec.SortCondition.Op
- io.awspring.spring.data.dynamodb.core.mapping.KeyRole.KeyType
- io.awspring.spring.data.examples.model.OrderStatus
- io.awspring.spring.data.dynamodb.core.converter.DynamoDbConverters.AttributeValueToDate (implements org.springframework.core.convert.converter.Converter<S,
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.awspring.spring.data.dynamodb.repository.query.AbstractDynamoDbQuery.UpdateExecution
- io.awspring.spring.data.dynamodb.repository.DynamoDbCompositeId<T,
N> - io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution.CollectionExecution (implements io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution)
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution.SingleEntityExecution (implements io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution)
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution.WindowExecution (implements io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution)
- io.awspring.spring.data.dynamodb.repository.query.DynamoDbQuerySpec.SortCondition
- io.awspring.spring.data.dynamodb.core.mapping.IndexKeySchema
- io.awspring.spring.data.dynamodb.core.mapping.KeyRole
- io.awspring.spring.data.dynamodb.core.mapping.KeyTemplate.Segment
- io.awspring.spring.data.examples.model.OrderItemCollectionRecord
- java.lang.Record