You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by jr...@aep.com on 2003/07/21 12:51:31 UTC

indirection-table and schema

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: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org