Commit 743c66ff by Álvaro Herrera Arjonilla

Merge remote-tracking branch 'origin/master'

parents b5ed8e1f 40d3e542
......@@ -19,7 +19,8 @@ public class Reserva {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int idReserva;
@Transient
@ManyToOne
@JoinColumn(name = "conductor_id")
private Usuario conductor;
@Transient
private ArrayList<String> pasajeros;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment