Fix EntityInitializer double registration
This commit is contained in:
parent
35a4c42347
commit
4e6011d093
|
@ -71,7 +71,6 @@ public abstract class AbstractNonLazyEntityFetch extends AbstractFetchParent imp
|
|||
collector,
|
||||
creationState
|
||||
);
|
||||
collector.accept( entityInitializer );
|
||||
return new EntityAssembler( getFetchedMapping().getJavaTypeDescriptor(), entityInitializer );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue