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
Being able to check the inheritance level of an "id" is essential, but on occasion we know that an object is of a particular level or subclass (e.g relation loading). We should be able to pass in the class. Perhaps this could even reuse the fourth argument, but would need to update calls to use it in that way, and fix javadocs to be clear about the usages.
The text was updated successfully, but these errors were encountered:
The latter item "ExecutionContext.findObjects" was added to v5.1.0.m5.
The original item needs a test case defining so that we have something to work against.
Being able to check the inheritance level of an "id" is essential, but on occasion we know that an object is of a particular level or subclass (e.g relation loading). We should be able to pass in the class. Perhaps this could even reuse the fourth argument, but would need to update calls to use it in that way, and fix javadocs to be clear about the usages.
The text was updated successfully, but these errors were encountered: