Hierarchy For Package io.awspring.spring.data.examples.repository
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.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,