A lightweight, type-safe object-document mapper for MongoDB in Java, built on the official MongoDB Java driver.
Morphia is a Java-based object-document mapper (ODM) for MongoDB that maps Java objects to MongoDB documents using annotations. It simplifies database operations by providing a type-safe, fluent API for queries and updates, reducing the need for manual BSON handling. The project is built on the official MongoDB Java driver, ensuring compatibility and performance.
Java developers building applications with MongoDB who want a type-safe, annotation-driven approach to data persistence without the overhead of manual document serialization.
Developers choose Morphia for its lightweight design, seamless integration with Java ecosystems, and compile-time query safety, which reduces errors and accelerates development compared to raw driver usage or heavier ORM frameworks.
MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.