Test HQL

Screen Description

The Test HQL screen is a place to enter an HQL query which uses the timetabling database and see the results of such query.

Test HQL

Details

Operations

Examples

select s from Session s
select t from TimePattern t where t.session.academicTerm='Fal' and t.session.academicYear='2007'
select c from Class_ c inner join c.schedulingSubpart.instrOfferingConfig.instructionalOffering.courseOfferings co
  where co.isControl=true and co.subjectArea.subjectAreaAbbreviation='BIOL'

Notes