SQLObject SQLObject is a popular Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. SQLObject includes a Python-object-based query language that makes SQL more abstract By jdrsantosin Public bookmarkswith open_sourceormpythonsqlby 3 users
CodeGuru Understanding Hibernate ORM for Java/J2EE Hibernate is the most popular and most complete open source object/relational mapping solution for Java environments. Learn Hibernate by using a simple Java application. By Saritha S.V. By swapnonilin Hibernatewith hibernatej2eejavaormunderstanding