Does the indirection-table attribute on a <collection-descriptor> pick up a
schema name from anywhere or is this something you have to specify in the
value of the indirection-table attribute?

Example:

If my schema name is SYSADM and my indirection table is FOO_BAR, does my
indirection-table attribute need to look like this?

<class-descriptor
      table="FOO"
      schema="SYSADM"
      ...
>
   <collection-descriptor
      ...
      indirection-table="SYSADM.FOO_BAR"
   >
      ...
   </collection-descriptor>

</class-descriptor>

OR is the schema inherited from parent class-descriptor?


Thanks in advance,
Jason



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to