Subversion Repositories bacoAlunos

Rev

Rev 1729 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1729 Rev 1731
Line 167... Line 167...
167
        <property name="showStudents" type="boolean"/>
167
        <property name="showStudents" type="boolean"/>
168
        <property name="showTeachers" type="boolean"/>
168
        <property name="showTeachers" type="boolean"/>
169
        <property name="showWorkers" type="boolean"/>
169
        <property name="showWorkers" type="boolean"/>
170
 
170
 
171
 
171
 
172
        <many-to-one name="pageSection" class="pt.estgp.estgweb.domain.PageSection" outer-join="true" lazy="false"/>
172
        <many-to-one name="pageSection" class="pt.estgp.estgweb.domain.PageSectionImpl" outer-join="true" lazy="false"/>
173
        <set name="schools" lazy="true" table="configuration_separators_schools">
173
        <set name="schools" lazy="true" table="configuration_separators_schools">
174
            <key column="configseparator_id"/>
174
            <key column="configseparator_id"/>
175
            <many-to-many column="school_id" class="pt.estgp.estgweb.domain.CourseSchool"/>
175
            <many-to-many column="school_id" class="pt.estgp.estgweb.domain.CourseSchool"/>
176
        </set>
176
        </set>
177
        <subclass name="pt.estgp.estgweb.domain.ConfigurationSeparatorImpl" discriminator-value="ConfigurationSeparatorImpl"/>
177
        <subclass name="pt.estgp.estgweb.domain.ConfigurationSeparatorImpl" discriminator-value="ConfigurationSeparatorImpl"/>