| Method and Description |
|---|
| org.springframework.batch.item.database.HibernateItemWriter.doWrite(HibernateOperations, List<? extends T>)
As of 2.2 in favor of using Hibernate's session management APIs directly
|
| org.springframework.batch.item.database.support.ListPreparedStatementSetter.setParameters(List<?>)
In favor of the constructor
|
| org.springframework.batch.item.util.FileUtils.setUpOutputFile(File, boolean, boolean)
use the version with explicit append parameter instead. Here append=false is assumed.
|
| org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder.useSatelessSession(boolean)
This method is deprecated in favor of
HibernatePagingItemReaderBuilder.useStatelessSession(boolean) and will be
removed in a future version. |