michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

SimpleDynamoDBCrudRepository.findAll(java.lang.Iterable<ID>) does not working #40

Closed tpenakov closed 9 years ago

tpenakov commented 10 years ago

SimpleDynamoDBCrudRepository.findAll(java.lang.Iterable) is receiveing map result from dynamoDBOperations. The problem is that it tried to retrieve the list with result through key based on domainType. The actual map keys retyrned from dynamoDBOperations are based on dynamodb table name.

tpenakov commented 10 years ago

I've created a pull request. pom.xml from there is not for merging - it is in order myh project to work with localy compiled code and not to have collisions with further versions...

derjust commented 9 years ago

Tested the PR https://github.com/michaellavelle/spring-data-dynamodb/pull/41 which seems to work. Unsure about the discussion in the PR itself.

michaellavelle commented 9 years ago

The suggested fixes have now been implemented in latest snapshot build - many thanks