
This commit moves the setup of vendor properties (e.g. Hibernate) from the auto-configured LocalContainerEntityManagerFactoryBean to the auto-configured EntityManagerFactoryBuilder. This way, custom use of the latter retains additional auto-configuration logic such as the naming strategy and DDL mode to use. Closes gh-15318