isn't hibernate batch dependent on entity mapping ...
# spring
t
isn't hibernate batch dependent on entity mapping too? https://docs.jboss.org/hibernate/orm/current/userguide/html_single/chapters/batch/Batching.html ->
Hibernate disables insert batching at the JDBC level transparently if you use an identity identifier generator.
(though it seems you mean a different type of batch, more similar to caching).
👌 1