gorm « Relationship « JPA Q&A





1. How to access relationship table when doing executeQuery in Grails?    stackoverflow.com

Is it possible to access the relationship table when doing HQL statement? As an example, I have 3 tables: account, commitment, account_commitment. It was generated using these domains:

class Account {
   ...