Grails Domain Class and GORM Part 1

Topics 

  • What is Domain class & GORM?
  • CRUD Operations 
  • Dynamic finders 
  • Validations 
  • Error messages 
  • Custom O/R mapping 
  • Events 
  • Automatic timestamping

What is Domain Class & GORM?

What is Domain Class? 

  • Represents Model (of MVC) 
    • Things to be manipulated 
  • Domain objects holds state 
    • Through properties 
  • Domain class has a corresponding table 
    • Domain object has a corresponding row 
    • Properties of Domain class have matching columns

 

Download course content