Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @Query(value = "{ '_id': { '$in': ?0} }, { '_id': 1}")
  2. List<Long> getExistingIds(List<String> ids);
  3.  
  4. org.springframework.data.mapping.MappingException: Couldn't find
  5. PersistentEntity for type class java.lang.Long
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement