mongo-mapper
mongo-mapper copied to clipboard
Easy POJO codec for MongoDB in Java
Hi, I've been using this library for a while now. I'm trying to test some stuff with arquillian using some in memory mongo instance: de.flapdoodle.embed de.flapdoodle.embed.mongo 2.0.0 test The thing...
Very helpful for updates, if a document has a new int field with default value x. Currently you have to update all document in an manual process before release, otherwise...
Hello I am using the following POJO to insert and retrieve data. The insert goes ok but the retrieval gives the following error: ``` org.bson.codecs.configuration.CodecConfigurationException: Can't find a codec for...
I use Spring Data MongoDB in my project. Spring falls short in supporting latest features of MongoDB, so I need resort to using native MongoDB Java driver. It would be...