Hi, I also noticed the HTE_ prefix tables being created in my project after upgrading to hibernate 6.2 but I don’t have any multi-table entities. Are these tables still needed when I don’t use @Inheritance(strategy = InheritanceType.JOINED)
?
If they are not needed, why are they created?