Changeset 618


Ignore:
Timestamp:
03/28/11 22:50:40 (2 years ago)
Author:
philsmart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • raptor-information-model/trunk/src/main/java/uk/ac/cardiff/model/event/event.hbm.xml

    r614 r618  
    66<hibernate-mapping> 
    77 
    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"> 
    99 
    1010        <id name="persistantId" column="persistantId" type="long" 
     
    1919        <property name="resourceHost" type="string" update="true" insert="true" column="resourceHost"  not-null="false" /> 
    2020 
    21         <joined-subclass name="uk.ac.cardiff.model.AuthenticationEvent"  table="authenticationEvent"> 
     21        <joined-subclass name="uk.ac.cardiff.model.event.AuthenticationEvent"  table="authenticationEvent"> 
    2222                <key column="id"/> 
    2323      <property name="authenticationType" column="authenticationType" type="string" /> 
     
    2525 
    2626 
    27         <joined-subclass name="uk.ac.cardiff.model.ShibbolethIdpAuthenticationEvent"  table="shibbolethidpAuthenticationEvent"> 
     27        <joined-subclass name="uk.ac.cardiff.model.event.ShibbolethIdpAuthenticationEvent"  table="shibbolethidpAuthenticationEvent"> 
    2828                 <key column="id"/> 
    2929 
Note: See TracChangeset for help on using the changeset viewer.