Hi!
I'm using Target-per-entity hierarchy type. For example, the supertype is submission and there are two types of submission entity, Registration and Modification with its subordinate entities. Submission entity has RegistryNumber property which is unique on persistency level. Submission with specified registry number can be either Registration or Modification type. Each of them has it's own PrefetchPath elements I want to use. If I have information about registry number only (don't know which subtype is requested), and I would like to be able to fetch appropriate entity (with it's subordinate entities) for specified RegistryNumber.
What's the best practice for this kind of fetch?
Thanks in advance.