This document provides a summary of a dissertation submitted in partial fulfillment of the requirements for a Magister Scientia (Computer Science) degree from the University of Pretoria. The dissertation investigates the performance of selected object persistence stores using the OO7 benchmark. It compares the open-source ORM tool Hibernate, the open-source object database db4o, and the proprietary object database Versant. The study found that with optimization techniques, Hibernate performed comparably to the object databases. Versant was the fastest of the three systems tested. The dissertation provides background on persistence technologies, describes implementations of the OO7 benchmark in Java for each system, analyzes performance results, and offers recommendations to improve performance.