Uses of Class
org.springframework.batch.item.database.builder.HibernateItemWriterBuilder
Package
Description
Builders for database item readers and writers.
-
Uses of HibernateItemWriterBuilder in org.springframework.batch.item.database.builder
Modifier and TypeMethodDescriptionHibernateItemWriterBuilder.clearSession
(boolean clearSession) If set to false, theSession
will not be cleared at the end of the chunk.HibernateItemWriterBuilder.sessionFactory
(org.hibernate.SessionFactory sessionFactory) The HibernateSessionFactory
to obtain a session from.