Uses of Interface
org.socialsignin.spring.data.dynamodb.utils.SortHandler
-
Packages that use SortHandler Package Description org.socialsignin.spring.data.dynamodb.repository.query org.socialsignin.spring.data.dynamodb.repository.support -
-
Uses of SortHandler in org.socialsignin.spring.data.dynamodb.repository.query
Classes in org.socialsignin.spring.data.dynamodb.repository.query that implement SortHandler Modifier and Type Class Description classAbstractDynamoDBQueryCriteria<T,ID>classDynamoDBEntityWithHashAndRangeKeyCriteria<T,ID>classDynamoDBEntityWithHashKeyOnlyCriteria<T,ID> -
Uses of SortHandler in org.socialsignin.spring.data.dynamodb.repository.support
Classes in org.socialsignin.spring.data.dynamodb.repository.support that implement SortHandler Modifier and Type Class Description classSimpleDynamoDBCrudRepository<T,ID>Default implementation of theCrudRepositoryinterface.classSimpleDynamoDBPagingAndSortingRepository<T,ID>Default implementation of thePagingAndSortingRepositoryinterface.
-