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]
