79d02e2f9daa5dcbc78b6c07c08a0d0a4ea18623
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 72
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public toJTS(jtsGeom Geometry, connection Connection) : Object renamed to private toNative(jtsGeom Geometry, connection Connection) : Object in class org.hibernate.spatial.dialect.postgis.PGGeometryValueBinder | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type value : Object to value : Geometry in method public bind(st PreparedStatement, value Geometry, index int, options WrapperOptions) : void in class org.hibernate.spatial.dialect.postgis.PGGeometryValueBinder | From | To | |
Change Return Type | 1 | ||
Change Return Type Object to Geometry in method public extract(rs ResultSet, name String, options WrapperOptions) : Geometry in class org.hibernate.spatial.dialect.postgis.PGGeometryValueExtractor | From | To |