Details
Description
To cut a long story short. Version 1.0.4 introduced some new private final fields in o.e.c.mapping.loader.AbstractMappingLoader. Three of them, namely CREATE_METHOD_PREFIX, HAS_METHOD_PREFIX and DELETE_METHOD_PREFIX, have incorrect values: "set" instead of "create", "has" and "delete" respectively.
Issue Links
- relates to
-
CASTOR-1584
Refactor AbstractMappingLoader
-
Definitly a copy and paste problem but I realy wonder how this could pass or test suite.