Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1572 → Rev 1573

/branches/v3/impl/src/hbm/pt/estgp/estgweb/domain/Questionarios.hbm.xml
718,13 → 718,18
<discriminator column="discriminator"/>
<timestamp source="db" name="updateDate" unsaved-value="null"/>
<property name="saveDate" type="timestamp"/>
<!--<property name="repositoryStreamZipFile" type="string" index="repositoryIndexZipFile"/>-->
<!--<property name="repositoryStreamCsvFile" type="string" index="repositoryIndexCsvFile"/>-->
<property name="title" type="string"/>
<property name="reportProcessorClass" type="string"/>
<property name="repositoryStreamZipFile" type="string" index="repositoryIndexZipFile"/>
<property name="repositoryStreamCsvFile" type="string" index="repositoryIndexCsvFile"/>
 
<subclass name="pt.estgp.estgweb.domain.QuestionarioReportFileGroupImpl">
<meta attribute="scope-class">public abstract</meta>
<subclass name="pt.estgp.estgweb.domain.QuestionarioReportFileGroupAno">
<meta attribute="scope-class">public abstract</meta>
<property name="importYear" type="string"/>
<property name="periodos" type="string"/>
<property name="degrees" type="string"/>
<subclass name="pt.estgp.estgweb.domain.QuestionarioReportFileGroupAnoImpl">
<meta attribute="scope-class">public abstract</meta>
<subclass name="pt.estgp.estgweb.domain.QuestionarioReportFileGroupCursosAno">