mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
add a comment
This commit is contained in:
parent
2fce965730
commit
8af5c9dcb3
@ -191,6 +191,8 @@ public static Object[] replaceAssociations(
|
||||
}
|
||||
else {
|
||||
final Type type = types[i];
|
||||
// AnyType is both a CompositeType and an AssociationType
|
||||
// but here we want to treat it as an association
|
||||
if ( type.isAssociationType() ) {
|
||||
copied[i] = types[i].replace( currentOriginal, target[i], session, owner, copyCache, foreignKeyDirection );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user