Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DI getter methods suffix handling #19

Open
emulgeator opened this issue May 24, 2015 · 1 comment
Open

DI getter methods suffix handling #19

emulgeator opened this issue May 24, 2015 · 1 comment
Milestone

Comments

@emulgeator
Copy link
Collaborator

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 emulgeator modified the milestone: v0.4.0 May 25, 2015
@szeber
Copy link
Owner

szeber commented Jun 10, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants