NHibernate with MySQL Dialect does not support Batching out of the box. I have found custom MySQL Batcher for NHibernate on nuget. Also, following is the github link:
https://github.com/Andorbal/NHibernate.MySQLBatcher
But I do not know how to inject/set this into my hibernate.cfg.xml
configuration.
How to configure custom MySQL NHibernate Batcher?