3906816ee2625987796feb587ca374a55c3374ae
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type persistEventListeners : Iterable<PersistEventListener> to sessionFactory : SessionFactoryImplementor in method private determineEntityIdPersistIfNecessary(entity Object, associationType AssociationType, session SharedSessionContractImplementor, sessionFactory SessionFactoryImplementor) : Serializable in class org.hibernate.tuple.entity.AbstractEntityTuplizer | From | To | |
Rename Variable | 1 | ||
Rename Variable entityId : Serializable to entityName : String in method private resolveEntityPersister(entity Object, associationType AssociationType, session SharedSessionContractImplementor, sessionFactory SessionFactoryImplementor) : EntityPersister in class org.hibernate.tuple.entity.AbstractEntityTuplizer | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute persistEventListeners : Iterable<PersistEventListener> to sessionFactory : SessionFactoryImplementor in method public getIdentifier(entity Object, entityMode EntityMode, session SharedSessionContractImplementor) : Object in class org.hibernate.tuple.entity.AbstractEntityTuplizer.IncrediblySillyJpaMapsIdMappedIdentifierValueMarshaller | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entityId : Serializable to entityName : String in method private resolveEntityPersister(entity Object, associationType AssociationType, session SharedSessionContractImplementor, sessionFactory SessionFactoryImplementor) : EntityPersister in class org.hibernate.tuple.entity.AbstractEntityTuplizer | From | To | |
Change Variable Type persistEventListeners : Iterable<PersistEventListener> to sessionFactory : SessionFactoryImplementor in method public getIdentifier(entity Object, entityMode EntityMode, session SharedSessionContractImplementor) : Object in class org.hibernate.tuple.entity.AbstractEntityTuplizer.IncrediblySillyJpaMapsIdMappedIdentifierValueMarshaller | From | To | |
Extract Method | 1 | ||
Extract Method private resolveEntityPersister(entity Object, associationType AssociationType, session SharedSessionContractImplementor, sessionFactory SessionFactoryImplementor) : EntityPersister extracted from private determineEntityIdPersistIfNecessary(entity Object, associationType AssociationType, session SharedSessionContractImplementor, persistEventListeners Iterable<PersistEventListener>) : Serializable in class org.hibernate.tuple.entity.AbstractEntityTuplizer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter persistEventListeners : Iterable<PersistEventListener> to sessionFactory : SessionFactoryImplementor in method private determineEntityIdPersistIfNecessary(entity Object, associationType AssociationType, session SharedSessionContractImplementor, sessionFactory SessionFactoryImplementor) : Serializable in class org.hibernate.tuple.entity.AbstractEntityTuplizer | From | To |