I want to sort the results of a find using the mongo JSON query and having done some reading and experimenting, I still can\'t get it to work. I have got the PagingAndSortingRepository and can use Sor
In mongodb, I have a comments database with a collection of comments. Each comment has a \"videoId\" field that represents which video the comment belongs to.
I need to do the following sql query using spring data api: Select * from TagTest where tagName = \"water temperature\" Order by timestamp desc;
I wan\'t separate my custom repository implementation from domain package. And, probablym some common interfaces. For example I want have structure like
Let\'s assume that I have the following documents in mongodb in the employees collection: db.employees.insert({_id: ObjectId(\"4d85c7039ab0fd70a117d733\"), name: \'Siona\',
When i try to annotate a POJO with both @NodeEntity and @RooEntity i got following error on the *_Roo_Entity IDT:
I have some problems with mapping my inner collection. Items can have different content types. Here is my Item class:
I am getting an exception <code> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name \'auditTrailRepository\': FactoryBean threw exception on objec
I am using Spring Data JPA in an application in which all entity objects need auditing.I know that I can have each either implement Auditable or extend AbstractAu开发者_开发技巧ditable, but my problem
The default MappingMongoConverter adds a custom type key (\"_class\") to each object in the database. So, if I create a Person: