WOW! Are you saying name="super" works???? Or, just a suggestion. This is some good s----!


From: Phil Warrick <[EMAIL PROTECTED]>
Reply-To: "OJB Users List" <[EMAIL PROTECTED]>
To: OJB Users List <[EMAIL PROTECTED]>
Subject: extent mapping (was: another JOIN question)
Date: Wed, 12 May 2004 11:29:31 -0400

Hi all,

While reading this thread, I came across something that looks like an improved way to map extents. (reference-descriptor name - "super" etc.) Have I been sleeping while this development took place? This seems to be undocumented.

Phil

<class-descriptor
      class="SubObject"
      table="SUB_OBJECT">
  <field-descriptor
          name="oid"
          column="OID"
          jdbc-type="INTEGER"
          primarykey="true"
          access="anonymous"/>
  <reference-descriptor
          name="super"
          class-ref="TheObject"
          auto-retrieve="true"
          auto-update="true"
          auto-delete="true">
      <foreignkey
              field-ref="oid"/>
  </reference-descriptor>
  <field-descriptor
          name="someString"
          column="some_string"
          jdbc-type="VARCHAR"
          access="readwrite"/>
</class-descriptor>


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


_________________________________________________________________
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/direct/01/



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



Reply via email to