Modificacion entidad Reserva

parent 4c99f0b1
......@@ -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