クラスの使用
org.springframework.boot.jpa.EntityManagerFactoryBuilder
EntityManagerFactoryBuilder を使用するパッケージ
org.springframework.boot.jpa.autoconfigure 内の EntityManagerFactoryBuilder 使用
修飾子と型メソッド説明JpaBaseConfiguration.entityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, ObjectProvider<PersistenceUnitManager> persistenceUnitManager, ObjectProvider<EntityManagerFactoryBuilderCustomizer> customizers) 型 EntityManagerFactoryBuilder のパラメーターを持つ org.springframework.boot.jpa.autoconfigure のメソッド修飾子と型メソッド説明voidEntityManagerFactoryBuilderCustomizer.customize(EntityManagerFactoryBuilder builder) 指定されたbuilderをカスタマイズします。JpaBaseConfiguration.entityManagerFactory(EntityManagerFactoryBuilder factoryBuilder, PersistenceManagedTypes persistenceManagedTypes)