We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb4529 commit 75604ffCopy full SHA for 75604ff
framework/src/play/db/jpa/JPAPlugin.java
@@ -134,10 +134,10 @@ public void onApplicationStart() {
134
if (pu != null && pu.name().equals(dbName)) {
135
cfg.addAnnotatedClass(clazz);
136
Logger.debug("Add JPA Model : %s to db %s", clazz, dbName);
137
- } else if (pu == null && JPA.DEFAULT.equals(dbName)) {
+ } else {//if (pu == null && JPA.DEFAULT.equals(dbName)) {
138
139
140
- }
+ }
141
}
142
143
0 commit comments