You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/orm/jpa/EntityManagerFactoryBuilder.java
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,6 @@ public class EntityManagerFactoryBuilder {
58
58
59
59
privateAsyncTaskExecutorbootstrapExecutor;
60
60
61
-
privateEntityManagerFactoryBeanCallbackcallback;
62
-
63
61
/**
64
62
* Create a new instance passing in the common pieces that will be shared if multiple
65
63
* EntityManagerFactory instances are created.
@@ -107,15 +105,6 @@ public void setBootstrapExecutor(AsyncTaskExecutor bootstrapExecutor) {
107
105
this.bootstrapExecutor = bootstrapExecutor;
108
106
}
109
107
110
-
/**
111
-
* An optional callback for new entity manager factory beans.
112
-
* @param callback the entity manager factory bean callback
0 commit comments