| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.data.jpa |
Auto-configuration for Spring Data JPA.
|
| org.springframework.boot.autoconfigure.orm.jpa |
Auto-configuration for JPA and Spring ORM.
|
| Modifier and Type | Method and Description |
|---|---|
EntityManagerFactoryBuilderCustomizer |
JpaRepositoriesAutoConfiguration.entityManagerFactoryBootstrapExecutorCustomizer(Map<String,org.springframework.core.task.AsyncTaskExecutor> taskExecutors) |
| Modifier and Type | Method and Description |
|---|---|
EntityManagerFactoryBuilder |
JpaBaseConfiguration.entityManagerFactoryBuilder(org.springframework.orm.jpa.JpaVendorAdapter jpaVendorAdapter,
org.springframework.beans.factory.ObjectProvider<org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager> persistenceUnitManager,
org.springframework.beans.factory.ObjectProvider<EntityManagerFactoryBuilderCustomizer> customizers) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.