LOG.tracev(
"Transient instance could not be processed by merge when checking nullability: {0} [{1}]",
transientEntityName, transientEntity );
}
if ( isNullabilityCheckedGlobal( event.getSession() ) )
throw new TransientObjectException(
"one or more objects is an unsaved transient instance - save transient instance(s) before merging: " +
transientEntityNames );
LOG.trace( "Retry saving transient instances without checking nullability" );
// failures will be detected later...
retryMergeTransientEntities( event, transientCopyCache, copyCache, false );