Hey guys, I've a doubt about data classes. I'm creating a API using MongDB and Morphia as ODM and as you may know Morphia map collections from entity properties. However I would like to convert my entities into data classes and keep Morphia working.
Is that even possible?