Hello, I wanted to make a foreign key, but I do not understand the syntax.
In the Address class:
@Embeddable
@Table(name = "tab_endereco")
public class Endereco {
@Column(length = 40, nullable = false)
private String logradouro;
@Column(l...
asked by
26.05.2018 / 03:44