| Package | Description |
|---|---|
| org.socialsignin.spring.data.dynamodb.repository.support |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDynamoDBCrudRepository<T,ID extends Serializable>
Default implementation of the
CrudRepository interface. |
class |
SimpleDynamoDBPagingAndSortingRepository<T,ID extends Serializable>
Default implementation of the
PagingAndSortingRepository
interface. |
| Modifier and Type | Method and 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 © 2016. All rights reserved.