yapep_base icon indicating copy to clipboard operation
yapep_base copied to clipboard

DI getter methods suffix handling

Open emulgeator opened this issue 9 years ago • 1 comments

Currently all the Dao, Table, Bo and Helper getters are waiting for the name of the entity only without the suffix. For example instead of getBo('VideoBo') it works like getBo('Video'). This is reasonable for several reasons but makes it impossible for the IDEs to follow class name refactorations in these strings as well. These getters should accept the parameters with or without the suffix

emulgeator avatar May 24 '15 17:05 emulgeator

This is probably not a breaking change, and we could backport this to 0.3 as well

szeber avatar Jun 10 '15 20:06 szeber