ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #551] Corrected the comments about indexes in DB.
This commit is contained in:
parent
3095cd5eff
commit
f85c38c7db
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue