7011347b9a4d31ad6e31e6c5179a3336a82b6057
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private determineStatelessInterceptorClass(configurationSettings Map, strategySelector StrategySelector) : Class<? extends Interceptor> renamed to private determineStatelessInterceptor(configurationSettings Map, strategySelector StrategySelector) : Supplier<? extends Interceptor> in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type Class<? extends Interceptor> to Supplier<? extends Interceptor> in method private determineStatelessInterceptor(configurationSettings Map, strategySelector StrategySelector) : Supplier<? extends Interceptor> in class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl | From | To | |
Extract Method | 6 | ||
Extract Method private buildEntityManagerFactory(settings Map) : void extracted from public testConfiguredInterceptor() : void in class org.hibernate.jpa.test.ejb3configuration.InterceptorTest | From | To | |
Extract Method private buildEntityManagerFactory(settings Map) : void extracted from public testConfiguredSessionInterceptor() : void in class org.hibernate.jpa.test.ejb3configuration.InterceptorTest | From | To | |
Extract Method private buildEntityManagerFactory(settings Map) : void extracted from public testOnLoadCallInInterceptor() : void in class org.hibernate.jpa.test.ejb3configuration.InterceptorTest | From | To | |
Extract Method private buildEntityManagerFactory(settings Map) : void extracted from public testEmptyCreateEntityManagerFactoryAndPropertyUse() : void in class org.hibernate.jpa.test.ejb3configuration.InterceptorTest | From | To | |
Extract Method private buildEntityManagerFactory(settings Map) : void extracted from public testDeprecatedConfiguredInterceptor() : void in class org.hibernate.jpa.test.ejb3configuration.InterceptorTest | From | To | |
Extract Method private buildEntityManagerFactory(settings Map) : void extracted from public testDeprecatedConfiguredSessionInterceptor() : void in class org.hibernate.jpa.test.ejb3configuration.InterceptorTest | From | To |