| Thanks. I'll be looking at this one. I think the issue here is that Hibernate.isInitialized(Object proxy) currently does not support bytecode enhanced entities, and in turn that affects how CollectionType is rendered. See https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/type/CollectionType.java#L198 |