This document provides an overview of Object Relational Mapping (ORM) using GORM in Grails. It discusses how GORM uses Hibernate under the hood and provides examples of basic CRUD operations and associations like one-to-many and many-to-many relationships. It also covers querying with GORM using dynamic finders, where queries, criteria, HQL and advanced features like events and custom mappings.