Uses of Annotation Interface
io.awspring.spring.data.dynamodb.repository.Query
Packages that use Query
Package
Description
-
Uses of Query in io.awspring.spring.data.dynamodb.repository.query
Methods in io.awspring.spring.data.dynamodb.repository.query that return Query -
Uses of Query in io.awspring.spring.data.examples.repository
Methods in io.awspring.spring.data.examples.repository with annotations of type QueryModifier and TypeMethodDescriptionCustomerRepository.findByEmailWithPartiQl(String email) OrderItemCollectionRepository.findExplicit(String pk, String prefix) CustomerRepository.findExplicitByEmail(String email) CustomerRepository.findNamedByEmail(String email) OrderItemRepository.findWithPartiQl(String pk, String skPrefix) OrderItemRepository.scanByProductName(String productName)