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