HTE_ prefix added on default to database table names

Our DBAs does’t like when hibernate creates tables and creating couple hundreds of table manually is not fun. Also I just want to know all the options.

Which hibernate property control insert strategy ?
I’m guessing that those are Insert strategies
Screenshot 2024-06-07 at 14.05.45
Back to my main question:

Is there any easy way to avoid HTE tables ? beside setting allocationSize to 1 ?

Will Hibernate will fail when HTE tables are required but are missing on startup when “hibernate.ddl-auto=validate” ?