| I think that I noticed one more case, where orphanRemoval=true is not removing orphans. It is not working when the @OneToOne(orphanRemoval=true) property is in @Embeddable object. Here is a failing test: https://github.com/hibernate/hibernate-orm/pull/2233 |