grails - GORM Criteria Join -


given following classes:

class abc {     string course      date startdate }  class xyz {     abc abc     date xyzindate  } 

the end user input provide course , startdate , need find abc classes match course , startdate matches xyzindate associated xyz class.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - IIFE: var vs this - is there any difference? -

r - Grow a ffdf data frame on disk gradually -