Update model
This commit is contained in:
parent
3ba52daa6f
commit
ddfb205736
@ -15,7 +15,7 @@
|
|||||||
<many-to-many name="stops" target-entity="dst.ass1.jpa.model.impl.Location" />
|
<many-to-many name="stops" target-entity="dst.ass1.jpa.model.impl.Location" />
|
||||||
<one-to-one name="tripInfo" target-entity="dst.ass1.jpa.model.impl.TripInfo" />
|
<one-to-one name="tripInfo" target-entity="dst.ass1.jpa.model.impl.TripInfo" />
|
||||||
<one-to-one name="match" target-entity="dst.ass1.jpa.model.impl.Match" mapped-by="trip" />
|
<one-to-one name="match" target-entity="dst.ass1.jpa.model.impl.Match" mapped-by="trip" />
|
||||||
<one-to-one name="rider" target-entity="dst.ass1.jpa.model.impl.Rider" />
|
<many-to-one name="rider" target-entity="dst.ass1.jpa.model.impl.Rider" />
|
||||||
</attributes>
|
</attributes>
|
||||||
</entity>
|
</entity>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user