Rev 31 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 31 | Rev 33 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | <property name="hibernate.c3p0.idle_test_period">3000 </property> |
26 | <property name="hibernate.c3p0.idle_test_period">3000 </property> |
27 | 27 | ||
28 | <!--<property name="hbm2ddl.auto">create</property> -->
|
28 | <!--<property name="hbm2ddl.auto">create</property> -->
|
29 | <mapping class="ch.ffhs.webE.domain.ActionType" />
|
29 | <mapping class="ch.ffhs.webE.domain.ActionType" />
|
30 | <mapping class="ch.ffhs.webE.domain.History" />
|
30 | <mapping class="ch.ffhs.webE.domain.History" />
|
31 | <mapping class="ch.ffhs.webE.domain.Object" />
|
31 | <mapping class="ch.ffhs.webE.domain.ObjectEntity" />
|
32 | <mapping class="ch.ffhs.webE.domain.ObjectType" />
|
32 | <mapping class="ch.ffhs.webE.domain.ObjectType" />
|
33 | <mapping class="ch.ffhs.webE.domain.Relationship" />
|
33 | <mapping class="ch.ffhs.webE.domain.Relationship" />
|
34 | <mapping class="ch.ffhs.webE.domain.RelationshipType" />
|
34 | <mapping class="ch.ffhs.webE.domain.RelationshipType" />
|
35 | <mapping class="ch.ffhs.webE.domain.Term" />
|
35 | <mapping class="ch.ffhs.webE.domain.Term" />
|
36 | <mapping class="ch.ffhs.webE.domain.User" />
|
36 | <mapping class="ch.ffhs.webE.domain.User" />
|