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) Deprecated, for removal: This API element is subject to removal in a future version.If set to false, theSession
will not be cleared at the end of the chunk.HibernateItemWriterBuilder.sessionFactory
(org.hibernate.SessionFactory sessionFactory) Deprecated, for removal: This API element is subject to removal in a future version.The HibernateSessionFactory
to obtain a session from.