i have the following two entities:
1- PlayList:
@OneToMany(fetch = FetchType.EAGER, mappedBy = \"playlist\", orphanRemoval = true, c
cascade = { CascadeType.ALL }, fetch = FetchType.LAZY