response inline

On Aug 19, 5:58 pm, spiralni <[email protected]> wrote:
> Hello,
>
> I am studying the HiLo POID, but no working example is shown.
>
> - Can somebody show me how to use the HiLo?
simple as putting it in the mapping
<id type="int">
   <generator class="hilo"/>
</id>
or
<id type="int">
   <generator class="hilo-seq"/>
</id>
> - Where can I find examples of this?
the link Sidar provided
> - Can it be used with MsSQL2005?
it can be used with any database. the NH Schema.Export will
automatically create the required table(s) for you.
> - When must I to use this strategy?
no strategy must be used, that's why they are strategies:) You have a
choice.

Now there are times why you can/should not use this strategy.
1. if multiple applications can modify the data (CUD).
2. if you need to use a user-provided connection
3. maybe a few other scenarios that are escaping me right now.
>
> Best regards.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to