Hierarchy For Package io.awspring.spring.data.dynamodb.repository
Class Hierarchy
- java.lang.Object
- 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.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>)
- 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)
Interface Hierarchy
- 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.dynamodb.repository.DynamoDbRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- io.awspring.spring.data.dynamodb.repository.ItemCollectionRepository<A>
- io.awspring.spring.data.dynamodb.repository.SecondaryIndexRepository<T>
- 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.repository.ExpressionName (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.ExpressionValue (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.Query (implements java.lang.annotation.Annotation)
- io.awspring.spring.data.dynamodb.repository.Update (implements java.lang.annotation.Annotation)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.awspring.spring.data.dynamodb.repository.DynamoDbCompositeId<T,
N>
- io.awspring.spring.data.dynamodb.repository.DynamoDbCompositeId<T,
- java.lang.Record