Hi

With this xml:

<class name="Class1" table="`Class1`">
    <set cascade="all" fetch="subselect" lazy="false" name="AProp"
mutable="true">

two 2 sql statements are fired, when getting on Class1 (eg.
ses.get<Class1>(1)

With this xml:

<class name="Class1" table="`Class1`">
    <set cascade="all" fetch="subselect" lazy="false" name="AProp"
mutable="true">

Both queries are joined resulting in a large resultset.

Will there be support for "multiple-operations-single-query" ala
Future on the above?

Eg. I Get<Class1>(1), which will result in a SINGLE query against
database, but with multiple recordsets?

Kenneth

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhus...@googlegroups.com.
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to