I tried the method insertAll(int batchSize, Object... entities) but it does not do batching to insert the entities, they are all inserted using a separated query.
I didn't find any documentation about insertAll.
Do I need to add some configuration to enable batching with StatelessSession ?
Do the dialect limit the use of the StatelessSession (mine is PostgreSQLDialect included in Hibernate core 6.6.6) ?
Thanks for your help :)
Quarkus: 3.18.2
Hibernate reactive: 2.4.4