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

Develop ACE and BCE abstract base classes with co() API support #584

Closed
01es opened this issue Jun 22, 2016 · 0 comments
Closed

Develop ACE and BCE abstract base classes with co() API support #584

01es opened this issue Jun 22, 2016 · 0 comments

Comments

@01es
Copy link
Member

01es commented Jun 22, 2016

Description

There is a need to introduce two abstract base classes for creating new ACE and BCE respectively, which would support the co(entityType) API similar to CommonEntityDao. These new classes should be used whenever an ACE or BCE handler needs to access any entity companion object operations.

Expected outcome

This enhancement is required to improve the instantiation time of ACE and BCE handlers that might have numerous dependencies on various companion objects, but a rich branching logic where the number of actually used companion objects during each execution is less than the total number of dependencies.

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

No branches or pull requests

1 participant