ce6da13c17fc732d3a9147bfa57e84d66a9f083d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method public findOne(tid Long) : T extracted from public findOne() : T in class org.lealone.orm.Model | From | To | |
Extract Method public update(tid Long) : int extracted from public update() : int in class org.lealone.orm.Model | From | To | |
Extract Method private getSession(tid Long) : ServerSession extracted from public insert(tid Long) : long in class org.lealone.orm.Model | From | To | |
Extract Method public findList(tid Long) : List<T> extracted from public findList() : List<T> in class org.lealone.orm.Model | From | To | |
Extract Method public delete(tid Long) : int extracted from public delete() : int in class org.lealone.orm.Model | From | To | |
Extract Method public findCount(tid Long) : int extracted from public findCount() : int in class org.lealone.orm.Model | From | To |