Hi there,
using Hibernate 5.3.4, I’m playing with “hibernate.default_batch_fetch_size”. To ensure some testing data integrity, I have integrated a test interceptor that extends from EmptyInterceptor and then throw some exceptions on invalid operations in flushDirty. Now, I found that when hibernate.default_batch_fetch_size is set to >1, some entities are processed in onFlushDirty which does not happen when no default_batch_fetch_size is set.
Is there already a logical explanation for this or is it worth providing some some code?
Best regards,
Niko