Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1545 → Rev 1546

/branches/v3/impl/src/hbm/pt/estgp/estgweb/domain/OlapQuestionarios.hbm.xml
36,13 → 36,16
<id name="id" type="long" unsaved-value="0">
<generator class="native"/>
</id>
<property name="codigoCurso" type="long" index="codigoCursoIndex"/>
<property name="codigoCurso" type="string" index="codigoCursoIndex"/>
<property name="nomeCurso" type="string" index="nomeCursoIndex"/>
 
<property name="codigoInstituicao" type="long" index="codigoInstituicaoIndex"/>
<property name="codigoInstituicao" type="string" index="codigoInstituicaoIndex"/>
<property name="nomeInstituicao" type="string" index="nomeInstituicaoIndex"/>
 
<property name="degree" type="string" index="degreeIndex"/>
<property name="degree" type="string" index="degreeIndex">
<column name="degree" index="degreeIndex" />
</property>
<property name="departament" type="string" index="departamentIndex"/>
<many-to-one name="questionario" class="pt.estgp.estgweb.domain.Questionario" outer-join="false" lazy="proxy"/>
</class>
 
58,6 → 61,23
</id>
<property name="codigo" type="long" index="codigoIndex"/>
<property name="nome" type="string"/>
<!-- S1 S2 A T1 T2 T3 T4 -->
<property name="periodoSigesS1ouS2ouAouT1aT4" type="string" index="persigesIndex"/>
 
<!-- S1, S2, S3 ..., T1, T2, T3 ... A1, A2-->
<property name="periodoPlanoS1T8" type="string" index="perplanIndex"/>
 
<!-- 1, 2, 3-->
<property name="anoPlano1a4" type="string" index="anoplaIndex"/>
 
<!-- S1 = 1, S2 = 2, S3 = 3, S4 = 4 ...T1 e T2 = 1, T2 e T3 = 2, T4 e T5 = 3 ... -->
<property name="semestrePlanoConvertido1a4" type="string" index="semplaconvIndex"/>
 
 
<!-- S1 = 1, S2 = 2, S3 = 1, S4 = 2 ... T1 e T2 = 1, T2 e T3 = 2, T4 e T5 = 1, T6 e T7 = 2-->
<property name="semestrePlanoAbsoluto1ou2" type="string" index="semplaabsIndex"/>
 
 
<many-to-one name="questionario" class="pt.estgp.estgweb.domain.Questionario" outer-join="false" lazy="proxy"/>
</class>