a2c3c742514541dc6a0ce229dbc95b205d0ff80f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type entityManagerFactory : HibernateEntityManagerFactory to entityManagerFactory : EntityManagerFactoryImpl in method public AttributeNodeImpl(entityManagerFactory EntityManagerFactoryImpl, attribute Attribute<X,T>) in class org.hibernate.jpa.graph.internal.AttributeNodeImpl | From | To | |
Change Parameter Type entityManagerFactory : HibernateEntityManagerFactory to entityManagerFactory : EntityManagerFactoryImpl in method public EntityGraphImpl(name String, entityType EntityType<T>, entityManagerFactory EntityManagerFactoryImpl) in class org.hibernate.jpa.graph.internal.EntityGraphImpl | From | To | |
Change Parameter Type entityManagerFactory : HibernateEntityManagerFactory to entityManagerFactory : EntityManagerFactoryImpl in method protected AbstractGraphNode(entityManagerFactory EntityManagerFactoryImpl, mutable boolean) in class org.hibernate.jpa.graph.internal.AbstractGraphNode | From | To | |
Change Parameter Type entityManagerFactory : HibernateEntityManagerFactory to entityManagerFactory : EntityManagerFactoryImpl in method private AttributeNodeImpl(entityManagerFactory EntityManagerFactoryImpl, attribute Attribute<?,T>, subgraphMap Map<Class,Subgraph>, keySubgraphMap Map<Class,Subgraph>) in class org.hibernate.jpa.graph.internal.AttributeNodeImpl | From | To | |
Change Parameter Type entityManagerFactory : HibernateEntityManagerFactory to entityManagerFactory : EntityManagerFactoryImpl in method public SubgraphImpl(entityManagerFactory EntityManagerFactoryImpl, managedType ManagedType, subclass Class<T>) in class org.hibernate.jpa.graph.internal.SubgraphImpl | From | To | |
Change Return Type | 5 | ||
Change Return Type EntityTypeImpl to EntityType in method public getEntityTypeByName(entityName String) : EntityType in class org.hibernate.jpa.internal.EntityManagerFactoryImpl | From | To | |
Change Return Type SessionFactory to SessionFactoryImplementor in method public getSessionFactory() : SessionFactoryImplementor in class org.hibernate.jpa.HibernateEntityManagerFactory | From | To | |
Change Return Type EntityManagerFactory to HibernateEntityManagerFactory in method protected entityManagerFactory() : HibernateEntityManagerFactory in class org.hibernate.jpa.test.BaseEntityManagerFunctionalTestCase | From | To | |
Change Return Type EntityTypeImpl to EntityType in method public getEntityTypeByName(entityName String) : EntityType in class org.hibernate.jpa.HibernateEntityManagerFactory | From | To | |
Change Return Type HibernateEntityManagerFactory to EntityManagerFactoryImpl in method public getFactory() : EntityManagerFactoryImpl in class org.hibernate.jpa.graph.internal.AbstractGraphNode | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type entityManagerFactory : EntityManagerFactoryImpl to entityManagerFactory : HibernateEntityManagerFactory in class org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase | From | To | |
Change Attribute Type entityManagerFactory : HibernateEntityManagerFactory to entityManagerFactory : EntityManagerFactoryImpl in class org.hibernate.jpa.graph.internal.AttributeNodeImpl | From | To | |
Change Attribute Type entityManagerFactory : HibernateEntityManagerFactory to entityManagerFactory : EntityManagerFactoryImpl in class org.hibernate.jpa.graph.internal.AbstractGraphNode | From | To | |
Change Attribute Type emf : EntityManagerFactoryImpl to emf : HibernateEntityManagerFactory in class org.hibernate.envers.test.performance.AbstractEntityManagerTest | From | To | |
Change Attribute Type entityManagerFactory : EntityManagerFactoryImpl to entityManagerFactory : HibernateEntityManagerFactory in class org.hibernate.jpa.test.BaseEntityManagerFunctionalTestCase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cls : Class<T> to type : Class<T> in method public unwrap(type Class<T>) : T in class org.hibernate.jpa.internal.EntityManagerFactoryImpl | From | To |