-
Notifications
You must be signed in to change notification settings - Fork 7
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
Entity Fetch Strategy #120
Milestone
Comments
As part of implementation details:
|
jhou-pro
added a commit
that referenced
this issue
Jan 29, 2015
jhou-pro
added a commit
that referenced
this issue
Feb 2, 2015
…ct and reused it for entity resources and entity producer.
This issue is considered to be implemented as part of Issue-106 branch. All additional improvements and API extensions should be captured as a separate issues. |
jhou-pro
added a commit
that referenced
this issue
Feb 5, 2015
…to IFetchProvider) not to conflict with existing EQL fetch model naming.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fetch strategies for the entities are crucial for almost all parts of user interface and domain-driven processes of TG application. Entity Fetch Strategy defines the fullness of objects to be operated with and to be represented in different UI components.
It is very important to understand that only small set of entity tree branches are required to make it operational.
As it was disscussed it will be very convenient for end-application developer to provide some sort of default aggregated fetch strategy that will be suited in most cases and will provide single point of reference. But it also will be nice if the fetch strategy for different cases could be easily extended from the aggregated one using convenient API.
The text was updated successfully, but these errors were encountered: