I have 2 entities : Contract and ContractItems, defined like this :
Contract
ContractItems
@JoinColumn(name = "CONTRACT_ID", nullable = false)