Thank you very much, Oliver.
I didn't notice that there is a release version. I only grabbed the maven dependency snippet on the SpringData MongoDB website which still references...
Type: Posts; User: sebastian.engel; Keyword(s):
Thank you very much, Oliver.
I didn't notice that there is a release version. I only grabbed the maven dependency snippet on the SpringData MongoDB website which still references...
Hi,
i'm using "spring-data-mongodb" version "1.0.0.RC1".
I discovered, deleting with "mongoTemplate.remove(Object object)" doesnt delete the object from the DB, but "mongoTemplate.remove(Object...