I am evaluating spring-data / mongodb.
from what I can tell, the spring-data-commons does not yet support automatically generating count methods. e.g. "countByName".
also, there does not appear...
Type: Posts; User: LurgidBee; Keyword(s):
I am evaluating spring-data / mongodb.
from what I can tell, the spring-data-commons does not yet support automatically generating count methods. e.g. "countByName".
also, there does not appear...
hey, thanks for both your replies this morning. they were very helpful.
hi,
I am playing around with the repository features 1.2.M1 and I am wondering if the @Reference annotation (defined in spring-data-commons) is supported and seeking clarification about what it...
hello 1st of 2 posts,
I have started playing around with the new repository features in 1.2.M1 and have found that gemfire is only happy if the object I am trying to save in the repository is both...
I was looking at MessageStore and according to the documentation it can be used to "mitigate the risk" of messages being "lost in the event of a system failure".
however, the interface does not...