59c3baae3271247bed516fe50952b65be1a27e5b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public isCachingExplicitlyRequested() : boolean from class org.hibernate.mapping.RootClass to public isCached() : boolean from class org.hibernate.mapping.PersistentClass | From | To | |
Pull Up Method public setCachingExplicitlyRequested(explicitlyRequested boolean) : void from class org.hibernate.mapping.RootClass to public setCached(cached boolean) : void from class org.hibernate.mapping.PersistentClass | From | To | |
Move Method | 2 | ||
Move Method private buildCacheMock(region String, context MetadataBuildingContext) : Cache from class org.hibernate.cfg.AnnotationBinder to private buildCacheMock(region String, context MetadataBuildingContext) : Cache from class org.hibernate.cfg.annotations.EntityBinder | From | To | |
Move Method private determineCacheConcurrencyStrategy(context MetadataBuildingContext) : CacheConcurrencyStrategy from class org.hibernate.cfg.AnnotationBinder to private determineCacheConcurrencyStrategy(context MetadataBuildingContext) : CacheConcurrencyStrategy from class org.hibernate.cfg.annotations.EntityBinder | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.hibernate.cfg.AnnotationBinder.LocalCacheAnnotationImpl moved and renamed to org.hibernate.cfg.annotations.EntityBinder.LocalCacheAnnotationStub | From | To | |
Extract Variable | 1 | ||
Extract Variable rootEntity : RootClass in method public determineEntityRegionAccessStrategy(model PersistentClass) : EntityRegionAccessStrategy from class org.hibernate.internal.CacheImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter explicitlyRequested : boolean to cached : boolean in method public setCached(cached boolean) : void in class org.hibernate.mapping.PersistentClass | From | To |