Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1626 → Rev 1636

/branches/v3/impl/src/hbm/pt/estgp/estgweb/domain/PageContent.hbm.xml
39,7 → 39,7
<property name="accessPolicyClass" type="string"/>
<property name="slug" type="string"/>
<property name="path" type="string" unique="true">
<column name="path" sql-type="TEXT, INDEX(path(512))"/>
<column name="path" sql-type="TEXT, add UNIQUE pathIndex(path(512))"/>
</property>
<many-to-one name="owner" class="pt.estgp.estgweb.domain.GenericUser" lazy="proxy" outer-join="false"/>
<many-to-one name="parent" class="pt.estgp.estgweb.domain.PageSection" lazy="proxy" outer-join="false">