I found a "solution". It seems to be, that the mapping is created first when an object has been converted into a DBObject. The solution is to convert one object of each class which can be stored in...
Type: Posts; User: xm22; Keyword(s):
I found a "solution". It seems to be, that the mapping is created first when an object has been converted into a DBObject. The solution is to convert one object of each class which can be stored in...
I found out a strange thing. The problem so far was, that the spring-data-mapping-mechanism was obviously not able to connect the _class-Attribute to the Document-class.
But: When I first persist...
Just another idea: Is there a way to implement a discriminator map?
Hi,
I am looking for a solution for two days... Maybe someone can help.. My problem:
I have some classes which are documents (Annotated with @Document(collection="..."). Those extend an...
Hi,
I am new to spring and I am wondering how stable snapshot versions are. I want to use mongodb with jpa and after searching the internet I found out, that I have to use
data-jpa ->...