Change model (2.1.1.1)
This commit is contained in:
parent
852527755c
commit
3ba52daa6f
@ -19,10 +19,10 @@ public class Match implements IMatch {
|
|||||||
@OneToOne(targetEntity = Trip.class)
|
@OneToOne(targetEntity = Trip.class)
|
||||||
private ITrip trip;
|
private ITrip trip;
|
||||||
|
|
||||||
@OneToOne(targetEntity = Vehicle.class)
|
@ManyToOne(targetEntity = Vehicle.class)
|
||||||
private IVehicle vehicle;
|
private IVehicle vehicle;
|
||||||
|
|
||||||
@OneToOne(targetEntity = Driver.class)
|
@ManyToOne(targetEntity = Driver.class)
|
||||||
private IDriver driver;
|
private IDriver driver;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user