Uses of Interface
org.hibernate.engine.jdbc.batch.spi.BatchObserver
-
Packages that use BatchObserver Package Description org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support. -
-
Uses of BatchObserver in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi with parameters of type BatchObserver Modifier and Type Method Description void
Batch. addObserver(BatchObserver observer)
Adds an observer to this batch.
-