java - What is the equivalent of AbstractBatcher in Hibernate 4.* -
this question suggests class abstractbatcher in hibernate responsible batching insert statements, , logging when kicks action.
but far can tell class exists until hibernate 3.x , can't find in hibernate 4.x
where equivalent class? , still logging?
i believe class looking batchingbatch
http://docs.jboss.org/hibernate/orm/4.0/javadocs/org/hibernate/engine/jdbc/batch/internal/batchingbatch.html
looking @ code, think may contain line executing batch size: %s
http://grepcode.com/file/repository.springsource.com/org.hibernate/com.springsource.org.hibernate/4.0.0/org/hibernate/engine/jdbc/batch/internal/batchingbatch.java
java hibernate logging
No comments:
Post a Comment