Package | Description |
---|---|
org.socialsignin.spring.data.dynamodb.repository.support |
Modifier and Type | Class | Description |
---|---|---|
class |
SimpleDynamoDBCrudRepository<T,ID> |
Default implementation of the
CrudRepository interface. |
class |
SimpleDynamoDBPagingAndSortingRepository<T,ID> |
Default implementation of the
PagingAndSortingRepository
interface. |
Modifier and Type | Method | Description |
---|---|---|
protected <T,ID extends Serializable> |
DynamoDBRepositoryFactory.getDynamoDBRepository(org.springframework.data.repository.core.RepositoryMetadata metadata) |
Callback to create a
DynamoDBCrudRepository instance with the given
RepositoryMetadata |
Copyright © 2018. All rights reserved.