Skip to content

Commit

Permalink
Apply another fix for Multiple entries Hibernate ORM DevUI entry
Browse files Browse the repository at this point in the history
Fixes: quarkusio#20683
(cherry picked from commit 727877c)
  • Loading branch information
geoand authored and gsmet committed Oct 18, 2021
1 parent 087b10d commit 5c39f1b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ public static void clearData() {
INSTANCE.persistenceUnits.clear();
INSTANCE.createDDLs.clear();
INSTANCE.dropDDLs.clear();
INSTANCE.managedEntities.clear();
INSTANCE.namedQueries.clear();
INSTANCE.namedNativeQueries.clear();
}

private static String generateDDL(SchemaExport.Action action, Metadata metadata, ServiceRegistry serviceRegistry,
Expand Down

0 comments on commit 5c39f1b

Please sign in to comment.