1616b3de37d9e4c34fb4a02382d724a313508067
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type middle : Middle to middle : MiddleEntity in method package addMiddle(middle MiddleEntity) : void in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.TopEntity | From | To | |
Change Parameter Type bottom : Bottom to bottom : BottomEntity in method private addBottom(bottom BottomEntity) : void in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.MiddleEntity | From | To | |
Rename Class | 3 | ||
Rename Class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.Middle renamed to org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.MiddleEntity | From | To | |
Rename Class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.Top renamed to org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.TopEntity | From | To | |
Rename Class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.Bottom renamed to org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.BottomEntity | From | To | |
Change Variable Type | 4 | ||
Change Variable Type top1 : Top to top1 : TopEntity in method public testBatchingWithFlush() : void in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem | From | To | |
Change Variable Type middle1 : Middle to middle1 : MiddleEntity in method public testBatchingWithFlush() : void in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem | From | To | |
Change Variable Type top2 : Top to top2 : TopEntity in method public testBatchingWithFlush() : void in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem | From | To | |
Change Variable Type middle2 : Middle to middle2 : MiddleEntity in method public testBatchingWithFlush() : void in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type middle : Middle to middle : MiddleEntity in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.BottomEntity | From | To | |
Change Attribute Type middles : List<Middle> to middles : List<MiddleEntity> in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.TopEntity | From | To | |
Change Attribute Type top : Top to top : TopEntity in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.MiddleEntity | From | To | |
Change Attribute Type bottoms : List<Bottom> to bottoms : List<BottomEntity> in class org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.MiddleEntity | From | To |