Changeset 618
- Timestamp:
- 03/28/11 22:50:40 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
raptor-information-model/trunk/src/main/java/uk/ac/cardiff/model/event/event.hbm.xml
r614 r618 6 6 <hibernate-mapping> 7 7 8 <class name="uk.ac.cardiff.model. Event" table="event" dynamic-update="true" dynamic-insert="false">8 <class name="uk.ac.cardiff.model.event.Event" table="event" dynamic-update="true" dynamic-insert="false"> 9 9 10 10 <id name="persistantId" column="persistantId" type="long" … … 19 19 <property name="resourceHost" type="string" update="true" insert="true" column="resourceHost" not-null="false" /> 20 20 21 <joined-subclass name="uk.ac.cardiff.model. AuthenticationEvent" table="authenticationEvent">21 <joined-subclass name="uk.ac.cardiff.model.event.AuthenticationEvent" table="authenticationEvent"> 22 22 <key column="id"/> 23 23 <property name="authenticationType" column="authenticationType" type="string" /> … … 25 25 26 26 27 <joined-subclass name="uk.ac.cardiff.model. ShibbolethIdpAuthenticationEvent" table="shibbolethidpAuthenticationEvent">27 <joined-subclass name="uk.ac.cardiff.model.event.ShibbolethIdpAuthenticationEvent" table="shibbolethidpAuthenticationEvent"> 28 28 <key column="id"/> 29 29
Note: See TracChangeset
for help on using the changeset viewer.
