- Abstracts ADO.NET batching to maintain the illusion that a single logical batch
- exists for the whole session, even when batching is disabled.
- Provides transparent
- This will be useful once ADO.NET gets support for batching. Until that point - no code exists that will do batching, but this will provide a good point to do - error checking and making sure the correct number of rows were affected. -
-
- configure.TypeDefinition<TableHiLoGenerator>(c=>
- {
- c.Alias = "HighLow";
- c.Properties = new {max_lo = 99};
- });
-
-
- configuration.Configure("path/to/hibernate.cfg.xml");
-
-
- If this ConnectionProvider is being Finalized (
- If any subclasses manage resources that also need to be disposed of this method - should be overridden, but don't forget to call it in the override. -
-SELECT
clause