Hi,
> so you want a "dynamic" type proxy where you can mark each element that
should be
> initially loaded.
> example:
> <class-descriptor class='com.blah.foo">
> <table...>
> <proxy="dynamic-partial">
> <field name="id" partial-load="true"....
The repository.dtd already anticipates this partial loading (or
default-fetch groupfeature) as called by the JDO spec.
(But there is currently no code using this feature).
<!ATTLIST field-descriptor
...
default-fetch (true | false) "false"
...
>
cheers,
Thomas
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>