Subversion Repositories bacoAlunos

Rev

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

Rev 1728 Rev 1729
Line 157... Line 157...
157
 
157
 
158
        <property name="description" type="string">
158
        <property name="description" type="string">
159
            <column name="description" sql-type="TEXT"/>
159
            <column name="description" sql-type="TEXT"/>
160
        </property>
160
        </property>
161
 
161
 
-
 
162
        <property name="active" type="boolean"/>
-
 
163
       
-
 
164
        <property name="showInBaco" type="boolean"/>
-
 
165
        <property name="showInPae" type="boolean"/>
-
 
166
 
-
 
167
        <property name="showStudents" type="boolean"/>
-
 
168
        <property name="showTeachers" type="boolean"/>
-
 
169
        <property name="showWorkers" type="boolean"/>
-
 
170
 
-
 
171
 
162
        <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.PageSection" outer-join="true" lazy="false"/>
163
        <set name="schools" lazy="true">
173
        <set name="schools" lazy="true" table="configuration_separators_schools">
164
            <key column="configseparator_id"/>
174
            <key column="configseparator_id"/>
165
            <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"/>
166
        </set>
176
        </set>
167
        <subclass name="pt.estgp.estgweb.domain.ConfigurationSeparatorImpl" discriminator-value="ConfigurationSeparatorImpl"/>
177
        <subclass name="pt.estgp.estgweb.domain.ConfigurationSeparatorImpl" discriminator-value="ConfigurationSeparatorImpl"/>
168
    </class>
178
    </class>