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)
|
||||
private ITrip trip;
|
||||
|
||||
@OneToOne(targetEntity = Vehicle.class)
|
||||
@ManyToOne(targetEntity = Vehicle.class)
|
||||
private IVehicle vehicle;
|
||||
|
||||
@OneToOne(targetEntity = Driver.class)
|
||||
@ManyToOne(targetEntity = Driver.class)
|
||||
private IDriver driver;
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user