Brett Meyer edited a comment on Sub-task HHH-6287

Gail Badner & Strong Liu, decision to make:

Binder#bindEntityHierarchies uses LocalBindingContextExecutor to bind the UKs. Since LocalBindingContextExecutor only considers the current entity (with no other context), UK has nowhere to look for other tables (ie, @JoinTable, @CollectionTable, etc.).

Should we add an optional "Iterable<EntityHierarchy> allEntityHierarchies" to LocalBindingContextExecutor? Other binding actions may need it as well, I'd guess. Add a new interface that's similar to LocalBindingContextExecutor, but adds the other entities? Otherwise, maybe UK's should use LocalBindingContextExecutor at all?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira