1183a4719dc324f7a22d4d3c1fdba84bf079c9cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getExplicitAccessStrategy() : AccessType renamed to public getClassLevelAccessType() : AccessType in class org.hibernate.cfg.PropertyContainer | From | To | |
Rename Method private determineClassDefinedAccessStrategy() : AccessType renamed to private determineLocalClassDefinedAccessStrategy() : AccessType in class org.hibernate.cfg.PropertyContainer | From | To | |
Rename Method package PropertyContainer(clazz XClass, entityAtStake XClass) renamed to private collectPersistentAttributesUsingLocalAccessType(persistentAttributeMap TreeMap<String,XProperty>, persistentAttributesFromGetters Map<String,XProperty>, fields List<XProperty>, getters List<XProperty>) : void in class org.hibernate.cfg.PropertyContainer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute propertyAccessMap : TreeMap<String,XProperty> to persistentAttributeMap : TreeMap<String,XProperty> in class org.hibernate.cfg.PropertyContainer | From | To |