Hi.

This is the answer I got from Gavin in the
case someone else is interested in this:

Gavin King wrote:
> looks like a mistake in the DTD. try changing the DTD
>

Oliver Geisser wrote:

Hi,

we are currently examining the Hibernate3
CVS directory. We are mostly interested
in the new dynamic features (dynamic-class,
"entity" support) and the possibility to
distribute a class across tables and join
them.

During experimenting with these features we
stumbled across a limitation which is a problem
for us.

In the DTD there is no limitation for the number
of <join> elements in a class mapping:

<!ELEMENT class (
[...]
  ((join*,subclass*)|joined-subclass*|union-subclass*)
)>

But for a dynamic-class one can have at most one <join>
element:

<!ELEMENT dynamic-class (
[...]
  join?
)>

We don't understand why there is such a limitation?
Or is this only a temporally restriction which will
not stay for the release version?

Maybe our understanding is totally wrong and there is
a better way to solve our problem.

Thanks, Olli

--og




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel






-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to