Subject Re: [Firebird-Java] Is there truly no batching of inserts?
Author Roman Rokytskyy
> Can anyone confirm or deny that if I get Hibernate to sort and batch
> INSERT statements, the driver will break the batch down command by
> command?

Yes, I confirm this. Firebird does not have batched updates on the API
level, so driver emulates this behavior.

Roman