|
|
<div style="padding-right: 5.4pt; padding-left: 5.4pt; background: #e6e6e6; padding-bottom: 4px; width: 95%; padding-top: 4px;"> <query name="getNotInClassesTeacher"><![CDATA[from Teacher where id not in ( select c.teachers.id from Classes c where c.id=:classesid )]]></query> |
|