Uses of Class
org.springframework.boot.jpa.EntityManagerFactoryBuilder
Packages that use EntityManagerFactoryBuilder
Package
Description
Base Auto-configuration for JPA and Spring ORM.
-
Uses of EntityManagerFactoryBuilder in org.springframework.boot.jpa.autoconfigure
Methods in org.springframework.boot.jpa.autoconfigure that return EntityManagerFactoryBuilderModifier and TypeMethodDescriptionJpaBaseConfiguration.entityManagerFactoryBuilder
(JpaVendorAdapter jpaVendorAdapter, ObjectProvider<PersistenceUnitManager> persistenceUnitManager, ObjectProvider<EntityManagerFactoryBuilderCustomizer> customizers) Methods in org.springframework.boot.jpa.autoconfigure with parameters of type EntityManagerFactoryBuilderModifier and TypeMethodDescriptionvoid
EntityManagerFactoryBuilderCustomizer.customize
(EntityManagerFactoryBuilder builder) Customize the givenbuilder
.JpaBaseConfiguration.entityManagerFactory
(EntityManagerFactoryBuilder factoryBuilder, PersistenceManagedTypes persistenceManagedTypes)