ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #551] Corrected the comments about indexes in DB.

This commit is contained in:
Jacobo Aragunde Pérez 2010-07-05 14:21:09 +02:00 committed by Javier Moran Rua
parent 3095cd5eff
commit f85c38c7db

View file

@ -22,7 +22,7 @@
<one-to-many class="CalendarException" />
</set>
<!-- Index on the other side -->
<!-- Index created in a database-object section -->
<list name="calendarDataVersions" access="field" cascade="all-delete-orphan">
<key column="BASE_CALENDAR_ID" />
<index column="POSITION_IN_CALENDAR" />
@ -99,7 +99,7 @@
<element column="HOURS" type="integer" />
</map>
<!-- Indexed -->
<!-- Not indexed -->
<many-to-one name="parent" class="BaseCalendar" access="field" />
<property name="expiringDate" access="field"