Hi, I have two tables, one relates to an object entity, the other is a join table. A FK relationship exists between those two. However the "other" IDs in the join table may be present in several different tables so I cannot define a FK relationship for them. Thus I directly want to read a list of IDs and not convert them into object entities. The mapping of IDs to objects will later take place in the business code. Any hints on how to do this or if it's possible at all?
Cheers, Joerg