You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: