From Geeks With Blogs:
Object-relational mapping (ORM) technique can bridge your logical business model with your physical storage model. Hibernate is a popular object-relational mapping library for Java, providing a framework for mapping object-oriented domain models to a traditional relational database. Note: Plese see the article Using LINQ with QuickBooks to see the ORM approach using Microsoft .NET.
Tagged: #java #jdbc #eclipse #hibernate #orm #relational #configuration