Groovy Source
B
Build Systems
 
C
Charting & Reporting
 
F
Financial Soft
 
I
Issue Tracking
 
J
Job Schedulers
 
P
PDF Libraries
Persistence
Project Management
 
R
RSS & RDF Tools
Rule Engines
 
S
Swing
 
T
Template Engines
Testing Tools
 
U
UML & Modeling
 
W
Web Frameworks
Web Mail
Web Servers
Web Services
Wiki Engines
Workflow Engines
 

Grails Object Relational Mapping (GORM)

GORM is Grails' object relational mapping (ORM) implementation. Under the hood it uses Hibernate 3 (an extremely popular and flexible open source ORM solution) but because of the dynamic nature of Groovy, the fact that it supports both static and dynamic typing, and the convention of Grails there is less configuration involved in creating Grails domain classes.

 
Category Persistence
License Apache Software License
HomePage http://grails.codehaus.org/GORM