We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9687f50 commit 499fb95Copy full SHA for 499fb95
orm/src/main/java/org/hibernate/tool/internal/export/hbm/Cfg2HbmTool.java
@@ -107,8 +107,7 @@ public static Properties getFilteredIdentifierGeneratorProperties(Properties pro
107
if (!isDefaultCatalog(catalog, environmentProperties)) {
108
fProp.put(key, catalog);
109
}
110
- } else if (! (key.startsWith("target_")
111
- || key.equals(PersistentIdentifierGenerator.IDENTIFIER_NORMALIZER))) {
+ } else if (! key.startsWith("target_")) {
112
fProp.put(key, properties.get(key));
113
114
0 commit comments