1
How orphanRemoval works?
Why when I put it on a list does not work ex:
@OneToMany(mappedBy = "simulationMedia", cascade = CascadeType.ALL, orphanRemoval = true)
@JsonIgnore
private List<SimulationChemicalMedia> simulationChemicalMedias = new ArrayList<SimulationChemicalMedia>();