Hi Scott Marlow ,
i tried it and it fails also in previous versions of Hibernate (since 5.3) , with bytecode enhancement it is not allowed to have
public B getB1() { return b1; } public boolean isB1() { return getB1() != null; }
I don’t think this is an error, what do you think Steve Ebersole ? .