Skip to content

Commit

Permalink
Merge pull request #20691 from geoand/#20683
Browse files Browse the repository at this point in the history
Apply another fix for multiple entries Hibernate ORM DevUI entry
  • Loading branch information
yrodiere authored Oct 12, 2021
2 parents c74474c + 727877c commit 453cc44
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 453cc44

Please sign in to comment.