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 - Function overwritting -

php - Find a regex to take part of Email -