BATCH-2090: Undeprecated HibernateItemWriter#doWrite(SessionFactory sessionFactory, List<? extends T> items)

This commit is contained in:
Michael Minella
2014-03-06 17:21:11 -06:00
parent e76aedfb30
commit 81b1e6de79

View File

@@ -124,7 +124,6 @@ public class HibernateItemWriter<T> implements ItemWriter<T>, InitializingBean {
*
* @param items
* the list of items to use for the write
* @deprecated As of 2.2 in favor of using Hibernate's session management APIs directly
*/
protected void doWrite(SessionFactory sessionFactory, List<? extends T> items) {
if (logger.isDebugEnabled()) {