I noticed this post is similar to post
http://forum.hibernate.org/viewtopic.ph ... ht=iseries
I am facing a similar situation where the same table name exists in different libraries. For example, table company will exist in mcparm, peparm, and myparm library. Based on what the company ID is what determines which library to read.
Company 1
Select name from mcparm.company
Company 2
Select name from peparm.company
Can anyone point me in the right direction as to how to map this? Do I need to map each table in each library?
I'm using Hibernate 3.1.
Any help would be great!! Thanks!