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
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” ?