File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
hibernate-core/src/main/java/org/hibernate/boot/internal Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 104104import java .util .ArrayList ;
105105import java .util .HashMap ;
106106import java .util .HashSet ;
107+ import java .util .LinkedHashMap ;
107108import java .util .List ;
108109import java .util .Locale ;
109110import java .util .Map ;
@@ -145,7 +146,7 @@ public class InFlightMetadataCollectorImpl
145146
146147 private final UUID uuid ;
147148
148- private final Map <String ,PersistentClass > entityBindingMap = new HashMap <>();
149+ private final Map <String ,PersistentClass > entityBindingMap = new LinkedHashMap <>();
149150 private final List <Component > composites = new ArrayList <>();
150151 private final Map <Class <?>, Component > genericComponentsMap = new HashMap <>();
151152 private final Map <ClassDetails , List <ClassDetails >> embeddableSubtypes = new HashMap <>();
You can’t perform that action at this time.
0 commit comments