HHH-11328 : change references to SharedSessionContractImplementor to SessionImplementor

This commit is contained in:
Gail Badner 2016-12-15 12:08:24 -08:00
parent 911d1a661d
commit fbbabe157f
1 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ public abstract class AbstractEntityTuplizer implements EntityTuplizer {
private static Serializable determineEntityIdPersistIfNecessary(
Object entity,
AssociationType associationType,
SharedSessionContractImplementor session,
SessionImplementor session,
Iterable<PersistEventListener> persistEventListeners) {
if ( HibernateProxy.class.isInstance( entity ) ) {
// entity is a proxy, so we know it is not transient; just return ID from proxy
@ -475,7 +475,7 @@ public abstract class AbstractEntityTuplizer implements EntityTuplizer {
private static Serializable persistTransientEntity(
Object entity,
SharedSessionContractImplementor session,
SessionImplementor session,
Iterable<PersistEventListener> persistEventListeners) {
LOG.debug( "Performing implicit derived identity cascade" );
final PersistEvent event = new PersistEvent(