HHH-16625 Expose enough state from MetadataImpl to allow cloning it
This commit is contained in:
parent
fbade45e7a
commit
a8ce9f615c
|
@ -669,4 +669,8 @@ public class MetadataImpl implements MetadataImplementor, Serializable {
|
|||
return composites;
|
||||
}
|
||||
|
||||
public Map<Class<?>, Component> getGenericComponentsMap() {
|
||||
return genericComponentsMap;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue