This document summarizes the findings of a study on maintaining object-relational mapping (ORM) code in Java systems. The study found that:
1) Most ORM code changes related to ORM queries and database mapping, while ORM performance configurations were rarely tuned.
2) There is limited tooling support for ORM code despite its popularity among Java developers.
3) ORM-related code changes were more scattered across files compared to non-ORM changes, possibly due to ORM's inability to completely abstract database accesses.