Info
Feature Release Morphium 2.2.16
A new feature release in the new year 2015!
this new release contains several bugfixes, minor changes and one big new feature: Serialization of non-Entities to mongodb.
Usually, if you want to map a POJO to mongo, you need to put the @Entity annotation to the corresponding class. Right now, it's possible to have non-Entities serialized as well. Those will be stored as Bas64Endoced Object Stream into mongodb.
The major advantage is, when you have a list of objects as member of an entity, those can now be stored in mongo as well.
Attention: Objects need to be serializable to be stored!
you can download morphium from here on github or get it via maven central:
<dependency>
<groupId>de.caluga</groupId>
<artifactId>morphium</artifactId>
<version>2.2.16</version>
</dependency>
Spread the word...