Files
spring-batch/spring-batch-infrastructure/build/docs/javadoc/index-all.html
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

6448 lines
874 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Thu Mar 23 10:01:13 CDT 2017 -->
<title>Index (spring-batch-infrastructure 4.0.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2017-03-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (spring-batch-infrastructure 4.0.0.BUILD-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">AbstractCursorItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="type parameter in AbstractCursorItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">
Abstract base class for any simple item reader that opens a database cursor and continually retrieves
the next row in the ResultSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#AbstractCursorItemReader--">AbstractCursorItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html" title="class in org.springframework.batch.item.database.orm"><span class="typeNameLink">AbstractHibernateQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/orm/package-summary.html">org.springframework.batch.item.database.orm</a></dt>
<dd>
<div class="block">Abstract Hibernate Query Provider to serve as a base class for all
Hibernate <code>Query</code> providers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html#AbstractHibernateQueryProvider--">AbstractHibernateQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractHibernateQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">AbstractItemCountingItemStreamItemReader</span></a>&lt;<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="type parameter in AbstractItemCountingItemStreamItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Abstract superclass for <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a>s that supports restart by storing
item count in the <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> (therefore requires item ordering
to be preserved between runs).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#AbstractItemCountingItemStreamItemReader--">AbstractItemCountingItemStreamItemReader()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/AbstractItemStreamItemReader.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">AbstractItemStreamItemReader</span></a>&lt;<a href="org/springframework/batch/item/support/AbstractItemStreamItemReader.html" title="type parameter in AbstractItemStreamItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Base class for <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemStreamItemReader.html#AbstractItemStreamItemReader--">AbstractItemStreamItemReader()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemStreamItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/AbstractItemStreamItemWriter.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">AbstractItemStreamItemWriter</span></a>&lt;<a href="org/springframework/batch/item/support/AbstractItemStreamItemWriter.html" title="type parameter in AbstractItemStreamItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Base class for <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemStreamItemWriter.html#AbstractItemStreamItemWriter--">AbstractItemStreamItemWriter()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemStreamItemWriter.html" title="class in org.springframework.batch.item.support">AbstractItemStreamItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/orm/AbstractJpaQueryProvider.html" title="class in org.springframework.batch.item.database.orm"><span class="typeNameLink">AbstractJpaQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/orm/package-summary.html">org.springframework.batch.item.database.orm</a></dt>
<dd>
<div class="block">
Abstract JPA Query Provider to serve as a base class for all JPA
<code>Query</code> providers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractJpaQueryProvider.html#AbstractJpaQueryProvider--">AbstractJpaQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractJpaQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractJpaQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">AbstractLineTokenizer</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Abstract class handling common concerns of various <a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform"><code>LineTokenizer</code></a>
implementations such as dealing with names and actual construction of
<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#AbstractLineTokenizer--">AbstractLineTokenizer()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">AbstractMethodInvokingDelegator</span></a>&lt;<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="type parameter in AbstractMethodInvokingDelegator">T</a>&gt; - Class in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">Superclass for delegating classes which dynamically call a custom method of
injected object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#AbstractMethodInvokingDelegator--">AbstractMethodInvokingDelegator()</a></span> - Constructor for class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper</span></a> - Exception in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">Used to wrap a <code>Throwable</code> (not an <code>Exception</code>) thrown by a
reflectively-invoked delegate.</div>
</dd>
<dt><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">AbstractNeo4jItemReader</span></a>&lt;<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="type parameter in AbstractNeo4jItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">
Restartable <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> that reads objects from the graph database Neo4j
via a paging technique.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#AbstractNeo4jItemReader--">AbstractNeo4jItemReader()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">AbstractPaginatedDataItemReader</span></a>&lt;<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="type parameter in AbstractPaginatedDataItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">A base class that handles basic reading logic based on the paginated
semantics of Spring Data's paginated facilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#AbstractPaginatedDataItemReader--">AbstractPaginatedDataItemReader()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">AbstractPagingItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="type parameter in AbstractPagingItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">Abstract <a href="org/springframework/batch/item/ItemStreamReader.html" title="interface in org.springframework.batch.item"><code>ItemStreamReader</code></a> for to extend when
reading database records in a paging fashion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#AbstractPagingItemReader--">AbstractPagingItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">AbstractSqlPagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Abstract SQL Paging Query Provider to serve as a base class for all provided
SQL paging query providers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#AbstractSqlPagingQueryProvider--">AbstractSqlPagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/NoStartEndDocumentStreamWriter.html#add-javax.xml.stream.events.XMLEvent-">add(XMLEvent)</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/NoStartEndDocumentStreamWriter.html" title="class in org.springframework.batch.item.xml.stax">NoStartEndDocumentStreamWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/UnclosedElementCollectingEventWriter.html#add-javax.xml.stream.events.XMLEvent-">add(XMLEvent)</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/UnclosedElementCollectingEventWriter.html" title="class in org.springframework.batch.item.xml.stax">UnclosedElementCollectingEventWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/UnopenedElementClosingEventWriter.html#add-javax.xml.stream.events.XMLEvent-">add(XMLEvent)</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/UnopenedElementClosingEventWriter.html" title="class in org.springframework.batch.item.xml.stax">UnopenedElementClosingEventWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#addColumns-org.springframework.batch.item.file.transform.Range-">addColumns(Range)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>
<div class="block">Add a column range to the existing list</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#addColumns-org.springframework.batch.item.file.transform.Range-int-">addColumns(Range, int)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>
<div class="block">Insert a column range to the existing list</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#addComment-java.lang.String-">addComment(String)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Add a string to the list of Strings that indicate commented lines.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#addFragmentRootElements-java.lang.String...-">addFragmentRootElements(String...)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">Adds the list of fragments to be used as the root of each chunk to the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#addFragmentRootElements-java.util.List-">addFragmentRootElements(List&lt;String&gt;)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">Adds the list of fragments to be used as the root of each chunk to the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#addIncludedField-int-">addIncludedField(int)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>
<div class="block">Add an index to the list of fields to be included from the file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#after-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">after(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html#after-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">after(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html" title="class in org.springframework.batch.repeat.listener">RepeatListenerSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatListener.html#after-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">after(RepeatContext, RepeatStatus)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatListener.html" title="interface in org.springframework.batch.repeat">RepeatListener</a></dt>
<dd>
<div class="block">Called by the framework after each item has been processed, unless the
item processing results in an exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html" title="class in org.springframework.batch.item.adapter">PropertyExtractingDelegatingItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">Checks mandatory properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block">Checks mandatory properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data">MongoItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>
<div class="block">Checks mandatory properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data">RepositoryItemWriter</a></dt>
<dd>
<div class="block">Check mandatory properties - there must be a repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Assert that mandatory properties are set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>
<div class="block">Check mandatory properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>
<div class="block">Check mandatory properties - there must be a hibernateTemplate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Check mandatory properties - there must be an SqlMapClient and a statementId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Check mandatory properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>
<div class="block">Check mandatory properties - there must be a SimpleJdbcTemplate and an SQL statement plus a
parameter source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>
<div class="block">Assert that mandatory properties are set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>
<div class="block">Check mandatory properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaItemWriter.html" title="class in org.springframework.batch.item.database">JpaItemWriter</a></dt>
<dd>
<div class="block">Check mandatory properties - there must be an entityManagerFactory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">HibernateNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">JpaNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Assert that mandatory properties are set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support">ListPreparedStatementSetter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Assert that mandatory properties (lineAggregator) are set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">Check that precisely one of type or prototype bean name is specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html" title="class in org.springframework.batch.item.file.mapping">DefaultLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html" title="class in org.springframework.batch.item.file.mapping">PatternMatchingCompositeLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html" title="class in org.springframework.batch.item.file.transform">BeanWrapperFieldExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">PatternMatchingCompositeLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.mail.javamail.<a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html" title="class in org.springframework.batch.item.mail.javamail">MimeMessageItemWriter</a></dt>
<dd>
<div class="block">Check mandatory properties (mailSender).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html" title="class in org.springframework.batch.item.mail">SimpleMailMessageItemWriter</a></dt>
<dd>
<div class="block">Check mandatory properties (mailSender).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemProcessor.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemProcessor.html" title="class in org.springframework.batch.item.support">CompositeItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ScriptItemProcessor.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="class in org.springframework.batch.item.support">ScriptItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support">SynchronizedItemStreamReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/SpringValidator.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/SpringValidator.html" title="class in org.springframework.batch.item.validator">SpringValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="class in org.springframework.batch.item.validator">ValidatingItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>
<div class="block">Ensure that all required dependencies for the ItemReader to run are provided after all properties have been set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">Apply the provided properties to create a delegate handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SystemPropertyInitializer.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/SystemPropertyInitializer.html" title="class in org.springframework.batch.support">SystemPropertyInitializer</a></dt>
<dd>
<div class="block">Sets the System property with the provided name and default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html#aggregate-T-">aggregate(T)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html" title="class in org.springframework.batch.item.file.transform">ExtractorLineAggregator</a></dt>
<dd>
<div class="block">Extract fields from the given item using the <a href="org/springframework/batch/item/file/transform/FieldExtractor.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldExtractor</code></a> and
then aggregate them.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/LineAggregator.html#aggregate-T-">aggregate(T)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform">LineAggregator</a></dt>
<dd>
<div class="block">Create a string from the value provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PassThroughLineAggregator.html#aggregate-T-">aggregate(T)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PassThroughLineAggregator.html" title="class in org.springframework.batch.item.file.transform">PassThroughLineAggregator</a></dt>
<dd>
<div class="block">Simply convert to a String with toString().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html#aggregate-java.util.Collection-">aggregate(Collection&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html" title="class in org.springframework.batch.item.file.transform">RecursiveCollectionLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/Alignment.html" title="enum in org.springframework.batch.item.file.transform"><span class="typeNameLink">Alignment</span></a> - Enum in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/amqp/AmqpItemReader.html" title="class in org.springframework.batch.item.amqp"><span class="typeNameLink">AmqpItemReader</span></a>&lt;<a href="org/springframework/batch/item/amqp/AmqpItemReader.html" title="type parameter in AmqpItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/amqp/package-summary.html">org.springframework.batch.item.amqp</a></dt>
<dd>
<div class="block">
AMQP <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> implementation using an <code>AmqpTemplate</code> to
receive and/or convert messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/amqp/AmqpItemReader.html#AmqpItemReader-org.springframework.amqp.core.AmqpTemplate-">AmqpItemReader(AmqpTemplate)</a></span> - Constructor for class org.springframework.batch.item.amqp.<a href="org/springframework/batch/item/amqp/AmqpItemReader.html" title="class in org.springframework.batch.item.amqp">AmqpItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/amqp/AmqpItemWriter.html" title="class in org.springframework.batch.item.amqp"><span class="typeNameLink">AmqpItemWriter</span></a>&lt;<a href="org/springframework/batch/item/amqp/AmqpItemWriter.html" title="type parameter in AmqpItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/amqp/package-summary.html">org.springframework.batch.item.amqp</a></dt>
<dd>
<div class="block">
AMQP <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> implementation using an <code>AmqpTemplate</code> to
send messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/amqp/AmqpItemWriter.html#AmqpItemWriter-org.springframework.amqp.core.AmqpTemplate-">AmqpItemWriter(AmqpTemplate)</a></span> - Constructor for class org.springframework.batch.item.amqp.<a href="org/springframework/batch/item/amqp/AmqpItemWriter.html" title="class in org.springframework.batch.item.amqp">AmqpItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatStatus.html#and-boolean-">and(boolean)</a></span> - Method in enum org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatStatus.html" title="enum in org.springframework.batch.repeat">RepeatStatus</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/AnnotationMethodResolver.html" title="class in org.springframework.batch.support"><span class="typeNameLink">AnnotationMethodResolver</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">MethodResolver implementation that finds a <em>single</em> Method on the
given Class that contains the specified annotation type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/AnnotationMethodResolver.html#AnnotationMethodResolver-java.lang.Class-">AnnotationMethodResolver(Class&lt;? extends Annotation&gt;)</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/AnnotationMethodResolver.html" title="class in org.springframework.batch.support">AnnotationMethodResolver</a></dt>
<dd>
<div class="block">Create a MethodResolver for the specified Method-level annotation type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#append-boolean-">append(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">If set to true and the file exists, the output will be appended to the existing
file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#applyStatementSettings-java.sql.PreparedStatement-">applyStatementSettings(PreparedStatement)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Prepare the given JDBC Statement (or PreparedStatement or
CallableStatement), applying statement settings such as fetch size, max
rows, and query timeout.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/mapping/ArrayFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping"><span class="typeNameLink">ArrayFieldSetMapper</span></a> - Class in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block">A basic array mapper, returning the values backing a fieldset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/ArrayFieldSetMapper.html#ArrayFieldSetMapper--">ArrayFieldSetMapper()</a></span> - Constructor for class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/ArrayFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">ArrayFieldSetMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#assertUpdates-boolean-">assertUpdates(boolean)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">If set to true, confirms that every insert results in the update of at least one
row in the database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#attributeNames--">attributeNames()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#beanFactory-org.springframework.beans.factory.BeanFactory-">beanFactory(BeanFactory)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Configures the <code>BeanFactory</code> used to create the beans that are returned as
items.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#beanMapped--">beanMapped()</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">Creates a <a href="org/springframework/batch/item/database/BeanPropertyItemSqlParameterSourceProvider.html" title="class in org.springframework.batch.item.database"><code>BeanPropertyItemSqlParameterSourceProvider</code></a> to be used as your
<a href="org/springframework/batch/item/database/ItemSqlParameterSourceProvider.html" title="interface in org.springframework.batch.item.database"><code>ItemSqlParameterSourceProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#beanMapperStrict-boolean-">beanMapperStrict(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">If set to true, mapping will fail if the <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a>
contains fields that cannot be mapped to the bean.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/BeanPropertyItemSqlParameterSourceProvider.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">BeanPropertyItemSqlParameterSourceProvider</span></a>&lt;<a href="org/springframework/batch/item/database/BeanPropertyItemSqlParameterSourceProvider.html" title="type parameter in BeanPropertyItemSqlParameterSourceProvider">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">A convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean properties
that correspond to names used for parameters in the SQL statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/BeanPropertyItemSqlParameterSourceProvider.html#BeanPropertyItemSqlParameterSourceProvider--">BeanPropertyItemSqlParameterSourceProvider()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/BeanPropertyItemSqlParameterSourceProvider.html" title="class in org.springframework.batch.item.database">BeanPropertyItemSqlParameterSourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">BeanWrapperFieldExtractor</span></a>&lt;<a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html" title="type parameter in BeanWrapperFieldExtractor">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">This is a field extractor for a java bean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html#BeanWrapperFieldExtractor--">BeanWrapperFieldExtractor()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html" title="class in org.springframework.batch.item.file.transform">BeanWrapperFieldExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping"><span class="typeNameLink">BeanWrapperFieldSetMapper</span></a>&lt;<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="type parameter in BeanWrapperFieldSetMapper">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html" title="interface in org.springframework.batch.item.file.mapping"><code>FieldSetMapper</code></a> implementation based on bean property paths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#BeanWrapperFieldSetMapper--">BeanWrapperFieldSetMapper()</a></span> - Constructor for class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#before-org.springframework.batch.repeat.RepeatContext-">before(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html#before-org.springframework.batch.repeat.RepeatContext-">before(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html" title="class in org.springframework.batch.repeat.listener">RepeatListenerSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatListener.html#before-org.springframework.batch.repeat.RepeatContext-">before(RepeatContext)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatListener.html" title="interface in org.springframework.batch.repeat">RepeatListener</a></dt>
<dd>
<div class="block">Called by the framework before each batch item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#begin-T-">begin(T)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>
<div class="block">Make a copy of the target that can be used inside a transaction to
isolate changes from the original.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/BufferedReaderFactory.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">BufferedReaderFactory</span></a> - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">A factory strategy for custom extensions of <code>BufferedReader</code> allowing
customisation of the standard behaviour of the <code>java.io</code> variety.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">Validates configuration and builds the <a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database"><code>JdbcBatchItemWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Validates configuration and builds a new reader instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">Provides a completely built instance of the <a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database"><code>JdbcPagingItemReader</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Builds the <a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file"><code>FlatFileItemReader</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>
<div class="block">Returns a <a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>DelimitedLineTokenizer</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>
<div class="block">Returns a <a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>FixedLengthTokenizer</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">Validates and builds a <a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file"><code>FlatFileItemWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">Validates the configuration and builds a new <a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml"><code>StaxEventItemReader</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#build--">build()</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">Returns a configured <a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml"><code>StaxEventItemWriter</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#buildSortClause-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-">buildSortClause(AbstractSqlPagingQueryProvider)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generates ORDER BY attributes based on the sort keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#buildSortClause-java.util.Map-">buildSortClause(Map&lt;String, Order&gt;)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generates ORDER BY attributes based on the sort keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#buildSortConditions-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-java.lang.StringBuilder-">buildSortConditions(AbstractSqlPagingQueryProvider, StringBuilder)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Appends the where conditions required to query for the subsequent pages.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#canContinue-org.springframework.batch.repeat.RepeatStatus-">canContinue(RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Check return value from batch operation.</div>
</dd>
<dt><a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html" title="class in org.springframework.batch.jsr.repeat"><span class="typeNameLink">CheckpointAlgorithmAdapter</span></a> - Class in <a href="org/springframework/batch/jsr/repeat/package-summary.html">org.springframework.batch.jsr.repeat</a></dt>
<dd>
<div class="block">Wrapper for the <code>CheckpointAlgorithm</code> to be used via the rest
of the framework.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html#CheckpointAlgorithmAdapter-javax.batch.api.chunk.CheckpointAlgorithm-">CheckpointAlgorithmAdapter(CheckpointAlgorithm)</a></span> - Constructor for class org.springframework.batch.jsr.repeat.<a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html" title="class in org.springframework.batch.jsr.repeat">CheckpointAlgorithmAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item"><span class="typeNameLink">CheckpointSupport</span></a> - Class in <a href="org/springframework/batch/jsr/item/package-summary.html">org.springframework.batch.jsr.item</a></dt>
<dd>
<div class="block">Provides support for JSR-352 checkpointing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/CheckpointSupport.html#CheckpointSupport-java.lang.String-">CheckpointSupport(String)</a></span> - Constructor for class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item">CheckpointSupport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/annotation/Classifier.html" title="annotation in org.springframework.batch.support.annotation"><span class="typeNameLink">Classifier</span></a> - Annotation Type in <a href="org/springframework/batch/support/annotation/package-summary.html">org.springframework.batch.support.annotation</a></dt>
<dd>
<div class="block">Mark a method as capable of classifying its input to an instance of its
output.</div>
</dd>
<dt><a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">ClassifierCompositeItemProcessor</span></a>&lt;<a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html" title="type parameter in ClassifierCompositeItemProcessor">I</a>,<a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html" title="type parameter in ClassifierCompositeItemProcessor">O</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Calls one of a collection of ItemProcessors, based on a router
pattern implemented through the provided <code>Classifier</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html#ClassifierCompositeItemProcessor--">ClassifierCompositeItemProcessor()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html" title="class in org.springframework.batch.item.support">ClassifierCompositeItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">ClassifierCompositeItemWriter</span></a>&lt;<a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html" title="type parameter in ClassifierCompositeItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Calls one of a collection of ItemWriters for each item, based on a router
pattern implemented through the provided <code>Classifier</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html#ClassifierCompositeItemWriter--">ClassifierCompositeItemWriter()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html" title="class in org.springframework.batch.item.support">ClassifierCompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#cleanupOnClose--">cleanupOnClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#cleanupOnClose--">cleanupOnClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>
<div class="block">Close the cursor and database connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#cleanupOnClose--">cleanupOnClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Close the cursor and database connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#clear--">clear()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>
<div class="block">Clear the session if stateful.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html#clear--">clear()</a></span> - Static method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html" title="class in org.springframework.batch.repeat.support">RepeatSynchronizationManager</a></dt>
<dd>
<div class="block">Clear the current context at the end of a batch - should only be used by
<a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><code>RepeatOperations</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#clearDirtyFlag--">clearDirtyFlag()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Clears the dirty flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#close--">close()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>
<div class="block">Close the open session (stateful or otherwise).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#close--">close()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#close--">close()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>
<div class="block">Close the <a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setDelegate-org.springframework.batch.item.file.ResourceAwareItemReaderItemStream-"><code>MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream)</code></a> reader and reset instance variable values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#close--">close()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStream.html#close--">close()</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item">ItemStream</a></dt>
<dd>
<div class="block">If any resources are needed for the stream to operate they need to be destroyed here.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamSupport.html#close--">close()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item">ItemStreamSupport</a></dt>
<dd>
<div class="block">No-op.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#close--">close()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemStream.html#close--">close()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemStream.html" title="class in org.springframework.batch.item.support">CompositeItemStream</a></dt>
<dd>
<div class="block">Broadcast the call to close.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#close--">close()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#close--">close()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support">SingleItemPeekableItemReader</a></dt>
<dd>
<div class="block">If the delegate is an <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a>, just pass the call on,
otherwise reset the peek cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html#close--">close()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support">SynchronizedItemStreamReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/NoStartEndDocumentStreamWriter.html#close--">close()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/NoStartEndDocumentStreamWriter.html" title="class in org.springframework.batch.item.xml.stax">NoStartEndDocumentStreamWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#close--">close()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Flush and close the output source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/CheckpointSupport.html#close--">close()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item">CheckpointSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#close--">close()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#close-org.springframework.batch.repeat.RepeatContext-">close(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html#close-org.springframework.batch.repeat.RepeatContext-">close(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html" title="class in org.springframework.batch.repeat.listener">RepeatListenerSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#close--">close()</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">Allow resources to be cleared, especially in destruction callbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatListener.html#close-org.springframework.batch.repeat.RepeatContext-">close(RepeatContext)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatListener.html" title="interface in org.springframework.batch.repeat">RepeatListener</a></dt>
<dd>
<div class="block">Called once at the end of a complete batch, after normal or abnormal
completion (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html#close--">close()</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction">TransactionAwareBufferedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/ColumnMapItemPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">ColumnMapItemPreparedStatementSetter</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Implementation of the <a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html" title="interface in org.springframework.batch.item.database"><code>ItemPreparedStatementSetter</code></a> interface that assumes all
keys are contained within a <code>Map</code> with the column name as the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/ColumnMapItemPreparedStatementSetter.html#ColumnMapItemPreparedStatementSetter--">ColumnMapItemPreparedStatementSetter()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/ColumnMapItemPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support">ColumnMapItemPreparedStatementSetter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#columnMapped--">columnMapped()</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">Creates a <a href="org/springframework/batch/item/database/support/ColumnMapItemPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support"><code>ColumnMapItemPreparedStatementSetter</code></a> to be used as your
<a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html" title="interface in org.springframework.batch.item.database"><code>ItemPreparedStatementSetter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#columns-org.springframework.batch.item.file.transform.Range:A-">columns(Range[])</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>
<div class="block">The column ranges for each field</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#comments-java.lang.String:A-">comments(String[])</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">An array of Strings that indicate lines that are comments (and therefore skipped by
the reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#commit-T-T-">commit(T, T)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>
<div class="block">Take the working copy state and commit it back to the original target.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/LastModifiedResourceComparator.html#compare-org.springframework.core.io.Resource-org.springframework.core.io.Resource-">compare(Resource, Resource)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/LastModifiedResourceComparator.html" title="class in org.springframework.batch.support">LastModifiedResourceComparator</a></dt>
<dd>
<div class="block">Compare the two resources by last modified time, so that a sorted list of
resources will have oldest first.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><span class="typeNameLink">CompletionPolicy</span></a> - Interface in <a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a></dt>
<dd>
<div class="block">Interface for batch completion policies, to enable batch operations to
strategise normal completion conditions.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">CompletionPolicySupport</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>
<div class="block">Very simple base class for <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html#CompletionPolicySupport--">CompletionPolicySupport()</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html" title="class in org.springframework.batch.repeat.policy">CompletionPolicySupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.CompositeBatchContext.html#CompositeBatchContext-org.springframework.batch.repeat.RepeatContext-java.util.List-">CompositeBatchContext(RepeatContext, List&lt;RepeatContext&gt;)</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.CompositeBatchContext.html" title="class in org.springframework.batch.repeat.policy">CompositeCompletionPolicy.CompositeBatchContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">CompositeCompletionPolicy</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>
<div class="block">Composite policy that loops through a list of delegate policies and answers
calls by a consensus.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html#CompositeCompletionPolicy--">CompositeCompletionPolicy()</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CompositeCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.CompositeBatchContext.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">CompositeCompletionPolicy.CompositeBatchContext</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>
<div class="block">Composite context that knows about the policies and contexts is was
created with.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/exception/CompositeExceptionHandler.html" title="class in org.springframework.batch.repeat.exception"><span class="typeNameLink">CompositeExceptionHandler</span></a> - Class in <a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a></dt>
<dd>
<div class="block">Composiste <a href="org/springframework/batch/repeat/exception/ExceptionHandler.html" title="interface in org.springframework.batch.repeat.exception"><code>ExceptionHandler</code></a> that loops though a list of delegates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/CompositeExceptionHandler.html#CompositeExceptionHandler--">CompositeExceptionHandler()</a></span> - Constructor for class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/CompositeExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">CompositeExceptionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/CompositeItemProcessor.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">CompositeItemProcessor</span></a>&lt;<a href="org/springframework/batch/item/support/CompositeItemProcessor.html" title="type parameter in CompositeItemProcessor">I</a>,<a href="org/springframework/batch/item/support/CompositeItemProcessor.html" title="type parameter in CompositeItemProcessor">O</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Composite <a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item"><code>ItemProcessor</code></a> that passes the item through a sequence of
injected <code>ItemTransformer</code>s (return value of previous
transformation is the entry value of the next).<br>
<br>
Note the user is responsible for injecting a chain of <a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item"><code>ItemProcessor</code></a>s
that conforms to declared input and output types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemProcessor.html#CompositeItemProcessor--">CompositeItemProcessor()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemProcessor.html" title="class in org.springframework.batch.item.support">CompositeItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/CompositeItemStream.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">CompositeItemStream</span></a> - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Simple <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> that delegates to a list of other streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemStream.html#CompositeItemStream--">CompositeItemStream()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemStream.html" title="class in org.springframework.batch.item.support">CompositeItemStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">CompositeItemWriter</span></a>&lt;<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="type parameter in CompositeItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Calls a collection of <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a>s in fixed-order sequence.<br>
<br>
The implementation is thread-safe if all delegates are thread-safe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#CompositeItemWriter--">CompositeItemWriter()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener"><span class="typeNameLink">CompositeRepeatListener</span></a> - Class in <a href="org/springframework/batch/repeat/listener/package-summary.html">org.springframework.batch.repeat.listener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#CompositeRepeatListener--">CompositeRepeatListener()</a></span> - Constructor for class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Indicates whether or not a key is represented in this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#containsValue-java.lang.Object-">containsValue(Object)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Indicates whether or not a value is represented in this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatStatus.html#continueIf-boolean-">continueIf(boolean)</a></span> - Static method in enum org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatStatus.html" title="enum in org.springframework.batch.repeat">RepeatStatus</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/ConversionException.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">ConversionException</span></a> - Exception in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/ConversionException.html#ConversionException-java.lang.String-">ConversionException(String)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/ConversionException.html" title="class in org.springframework.batch.item.file.transform">ConversionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/SpELItemKeyMapper.html#convert-V-">convert(V)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/SpELItemKeyMapper.html" title="class in org.springframework.batch.item">SpELItemKeyMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#COUNT">COUNT</a></span> - Static variable in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>
<div class="block">Session key for global counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.CountingBatchContext.html#CountingBatchContext-org.springframework.batch.repeat.RepeatContext-">CountingBatchContext(RepeatContext)</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.CountingBatchContext.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy.CountingBatchContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">CountingCompletionPolicy</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>
<div class="block">Abstract base class for policies that need to count the number of occurrences
of some event (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#CountingCompletionPolicy--">CountingCompletionPolicy()</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.CountingBatchContext.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">CountingCompletionPolicy.CountingBatchContext</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcParameterUtils.html#countParameterPlaceholders-java.lang.String-java.util.List-">countParameterPlaceholders(String, List&lt;String&gt;)</a></span> - Static method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcParameterUtils.html" title="class in org.springframework.batch.item.database">JdbcParameterUtils</a></dt>
<dd>
<div class="block">Count the occurrences of the character placeholder in an SQL string
<code>sql</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/BufferedReaderFactory.html#create-org.springframework.core.io.Resource-java.lang.String-">create(Resource, String)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/BufferedReaderFactory.html" title="interface in org.springframework.batch.item.file">BufferedReaderFactory</a></dt>
<dd>
<div class="block">Create a <code>BufferedReader</code> for reading String items from the
provided resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/DefaultBufferedReaderFactory.html#create-org.springframework.core.io.Resource-java.lang.String-">create(Resource, String)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/DefaultBufferedReaderFactory.html" title="class in org.springframework.batch.item.file">DefaultBufferedReaderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/SimpleBinaryBufferedReaderFactory.html#create-org.springframework.core.io.Resource-java.lang.String-">create(Resource, String)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/SimpleBinaryBufferedReaderFactory.html" title="class in org.springframework.batch.item.file">SimpleBinaryBufferedReaderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html#create-java.lang.String:A-java.lang.String:A-">create(String[], String[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSetFactory</a></dt>
<dd>
<div class="block">Create a FieldSet with named tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html#create-java.lang.String:A-">create(String[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSetFactory</a></dt>
<dd>
<div class="block">Create a FieldSet with anonymous tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSetFactory.html#create-java.lang.String:A-java.lang.String:A-">create(String[], String[])</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSetFactory.html" title="interface in org.springframework.batch.item.file.transform">FieldSetFactory</a></dt>
<dd>
<div class="block">Create a FieldSet with named tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSetFactory.html#create-java.lang.String:A-">create(String[])</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSetFactory.html" title="interface in org.springframework.batch.item.file.transform">FieldSetFactory</a></dt>
<dd>
<div class="block">Create a FieldSet with anonymous tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createAppendOnlyTransactionalList--">createAppendOnlyTransactionalList()</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createAppendOnlyTransactionalMap--">createAppendOnlyTransactionalMap()</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createAppendOnlyTransactionalSet--">createAppendOnlyTransactionalSet()</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#createBinder-java.lang.Object-">createBinder(Object)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">Create a binder for the target object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#createInternalState-org.springframework.batch.repeat.RepeatContext-">createInternalState(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Create an internal state object that is used to store data needed
internally in the scope of an iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#createInternalState-org.springframework.batch.repeat.RepeatContext-">createInternalState(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support">TaskExecutorRepeatTemplate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/FileUtils.html#createNewFile-java.io.File-">createNewFile(File)</a></span> - Static method in class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/FileUtils.html" title="class in org.springframework.batch.item.util">FileUtils</a></dt>
<dd>
<div class="block">Create a new file if it doesn't already exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#createQuery--">createQuery()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>
<div class="block">Open appropriate type of hibernate session and create the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html#createQuery--">createQuery()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">HibernateNativeQueryProvider</a></dt>
<dd>
<div class="block">
Create an <code>NativeQuery</code> from the session provided (preferring
stateless if both are available).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html#createQuery--">createQuery()</a></span> - Method in interface org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html" title="interface in org.springframework.batch.item.database.orm">HibernateQueryProvider</a></dt>
<dd>
<div class="block">
Create the query object which type will be determined by the underline
implementation (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html#createQuery--">createQuery()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">JpaNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/JpaQueryProvider.html#createQuery--">createQuery()</a></span> - Method in interface org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/JpaQueryProvider.html" title="interface in org.springframework.batch.item.database.orm">JpaQueryProvider</a></dt>
<dd>
<div class="block">Create the query object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/BeanPropertyItemSqlParameterSourceProvider.html#createSqlParameterSource-T-">createSqlParameterSource(T)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/BeanPropertyItemSqlParameterSourceProvider.html" title="class in org.springframework.batch.item.database">BeanPropertyItemSqlParameterSourceProvider</a></dt>
<dd>
<div class="block">Provide parameter values in an <code>BeanPropertySqlParameterSource</code> based on values from
the provided item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ItemSqlParameterSourceProvider.html#createSqlParameterSource-T-">createSqlParameterSource(T)</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ItemSqlParameterSourceProvider.html" title="interface in org.springframework.batch.item.database">ItemSqlParameterSourceProvider</a></dt>
<dd>
<div class="block">Provide parameter values in an <code>SqlParameterSource</code> based on values from
the provided item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#createStaxResult--">createStaxResult()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Subclasses can override to customize the STAX result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createTransactionalList--">createTransactionalList()</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createTransactionalList-java.util.List-">createTransactionalList(List&lt;T&gt;)</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createTransactionalMap--">createTransactionalMap()</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createTransactionalMap-java.util.Map-">createTransactionalMap(Map&lt;K, V&gt;)</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createTransactionalSet--">createTransactionalSet()</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html#createTransactionalSet-java.util.Set-">createTransactionalSet(Set&lt;T&gt;)</a></span> - Static method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction">TransactionAwareProxyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#createXmlEventFactory--">createXmlEventFactory()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Subclasses can override to customize the event factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#createXmlEventWriter-javax.xml.stream.XMLOutputFactory-java.io.Writer-">createXmlEventWriter(XMLOutputFactory, Writer)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Subclasses can override to customize the writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#createXmlOutputFactory--">createXmlOutputFactory()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Subclasses can override to customize the factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#currentItemCount-int-">currentItemCount(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">The index of the first record to begin reading from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#currentItemCount-int-">currentItemCount(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The current index of the item to read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#currentItemCount-int-">currentItemCount(int)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">The starting point for reading (offset number of items).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#customEditors-java.util.Map-">customEditors(Map&lt;Class&lt;?&gt;, PropertyEditor&gt;)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Register custom type converters for beans being mapped.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="org/springframework/batch/support/DatabaseType.html" title="enum in org.springframework.batch.support"><span class="typeNameLink">DatabaseType</span></a> - Enum in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Enum representing a database type, such as DB2 or oracle.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html" title="interface in org.springframework.batch.item.database.support"><span class="typeNameLink">DataFieldMaxValueIncrementerFactory</span></a> - Interface in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Factory for creating <code>DataFieldMaxValueIncrementer</code> implementations
based upon a provided string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#dataSource-javax.sql.DataSource-">dataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">Configure the <code>DataSource</code> to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#dataSource-javax.sql.DataSource-">dataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">The <code>DataSource</code> to read from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#dataSource-javax.sql.DataSource-">dataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The <code>DataSource</code> to query against.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">Db2PagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">DB2 implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using
database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html#Db2PagingQueryProvider--">Db2PagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">Db2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#DEFAULT_CHARSET">DEFAULT_CHARSET</a></span> - Static variable in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#DEFAULT_CHARSET">DEFAULT_CHARSET</a></span> - Static variable in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#DEFAULT_CHUNK_SIZE">DEFAULT_CHUNK_SIZE</a></span> - Static variable in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#DEFAULT_ENCODING">DEFAULT_ENCODING</a></span> - Static variable in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#DEFAULT_LINE_SEPARATOR">DEFAULT_LINE_SEPARATOR</a></span> - Static variable in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#DEFAULT_QUOTE_CHARACTER">DEFAULT_QUOTE_CHARACTER</a></span> - Static variable in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Convenient constant for the common case of a " character used to escape
delimiters or line endings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#DEFAULT_ROOT_TAG_NAME">DEFAULT_ROOT_TAG_NAME</a></span> - Static variable in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html#DEFAULT_SUFFIX">DEFAULT_SUFFIX</a></span> - Static variable in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SuffixRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Default value for record terminator suffix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#DEFAULT_THROTTLE_LIMIT">DEFAULT_THROTTLE_LIMIT</a></span> - Static variable in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support">TaskExecutorRepeatTemplate</a></dt>
<dd>
<div class="block">Default limit for maximum number of concurrent unfinished results allowed
by the template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html#DEFAULT_TIMEOUT">DEFAULT_TIMEOUT</a></span> - Static variable in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html" title="class in org.springframework.batch.repeat.policy">TimeoutTerminationPolicy</a></dt>
<dd>
<div class="block">Default timeout value in milliseconds (the value equivalent to 30 seconds).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#DEFAULT_TRANSACTIONAL">DEFAULT_TRANSACTIONAL</a></span> - Static variable in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#DEFAULT_XML_VERSION">DEFAULT_XML_VERSION</a></span> - Static variable in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/DefaultBufferedReaderFactory.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">DefaultBufferedReaderFactory</span></a> - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/DefaultBufferedReaderFactory.html#DefaultBufferedReaderFactory--">DefaultBufferedReaderFactory()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/DefaultBufferedReaderFactory.html" title="class in org.springframework.batch.item.file">DefaultBufferedReaderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">DefaultDataFieldMaxValueIncrementerFactory</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Default implementation of the <a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html" title="interface in org.springframework.batch.item.database.support"><code>DataFieldMaxValueIncrementerFactory</code></a>
interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html#DefaultDataFieldMaxValueIncrementerFactory-javax.sql.DataSource-">DefaultDataFieldMaxValueIncrementerFactory(DataSource)</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html" title="class in org.springframework.batch.item.database.support">DefaultDataFieldMaxValueIncrementerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/exception/DefaultExceptionHandler.html" title="class in org.springframework.batch.repeat.exception"><span class="typeNameLink">DefaultExceptionHandler</span></a> - Class in <a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a></dt>
<dd>
<div class="block">Default implementation of <a href="org/springframework/batch/repeat/exception/ExceptionHandler.html" title="interface in org.springframework.batch.repeat.exception"><code>ExceptionHandler</code></a> - just re-throws the exception it encounters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/DefaultExceptionHandler.html#DefaultExceptionHandler--">DefaultExceptionHandler()</a></span> - Constructor for class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/DefaultExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">DefaultExceptionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">DefaultFieldSet</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Default implementation of <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> using Java using Java primitive
and standard types and utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#DefaultFieldSet-java.lang.String:A-">DefaultFieldSet(String[])</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>
<div class="block">Create a FieldSet with anonymous tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#DefaultFieldSet-java.lang.String:A-java.lang.String:A-">DefaultFieldSet(String[], String[])</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>
<div class="block">Create a FieldSet with named tokens.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">DefaultFieldSetFactory</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Default implementation of <a href="org/springframework/batch/item/file/transform/FieldSetFactory.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSetFactory</code></a> with no special knowledge
of the <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html#DefaultFieldSetFactory--">DefaultFieldSetFactory()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSetFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax"><span class="typeNameLink">DefaultFragmentEventReader</span></a> - Class in <a href="org/springframework/batch/item/xml/stax/package-summary.html">org.springframework.batch.item.xml.stax</a></dt>
<dd>
<div class="block">Default implementation of <a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html" title="interface in org.springframework.batch.item.xml.stax"><code>FragmentEventReader</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#DefaultFragmentEventReader-javax.xml.stream.XMLEventReader-">DefaultFragmentEventReader(XMLEventReader)</a></span> - Constructor for class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>
<div class="block">Caches the StartDocument event for later use.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html" title="class in org.springframework.batch.item.file.mapping"><span class="typeNameLink">DefaultLineMapper</span></a>&lt;<a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html" title="type parameter in DefaultLineMapper">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block">Two-phase <a href="org/springframework/batch/item/file/LineMapper.html" title="interface in org.springframework.batch.item.file"><code>LineMapper</code></a> implementation consisting of tokenization of the line into <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> followed by
mapping to item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html#DefaultLineMapper--">DefaultLineMapper()</a></span> - Constructor for class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html" title="class in org.springframework.batch.item.file.mapping">DefaultLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/mail/DefaultMailErrorHandler.html" title="class in org.springframework.batch.item.mail"><span class="typeNameLink">DefaultMailErrorHandler</span></a> - Class in <a href="org/springframework/batch/item/mail/package-summary.html">org.springframework.batch.item.mail</a></dt>
<dd>
<div class="block">This <a href="org/springframework/batch/item/mail/MailErrorHandler.html" title="interface in org.springframework.batch.item.mail"><code>MailErrorHandler</code></a> implementation simply rethrows the exception it
receives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/DefaultMailErrorHandler.html#DefaultMailErrorHandler--">DefaultMailErrorHandler()</a></span> - Constructor for class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/DefaultMailErrorHandler.html" title="class in org.springframework.batch.item.mail">DefaultMailErrorHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/DefaultPropertyEditorRegistrar.html" title="class in org.springframework.batch.support"><span class="typeNameLink">DefaultPropertyEditorRegistrar</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">A re-usable <code>PropertyEditorRegistrar</code> that can be used wherever one
needs to register custom <code>PropertyEditor</code> instances with a
<code>PropertyEditorRegistry</code> (like a bean wrapper, or a type converter).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DefaultPropertyEditorRegistrar.html#DefaultPropertyEditorRegistrar--">DefaultPropertyEditorRegistrar()</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/DefaultPropertyEditorRegistrar.html" title="class in org.springframework.batch.support">DefaultPropertyEditorRegistrar</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator"><span class="typeNameLink">DefaultRecordSeparatorPolicy</span></a> - Class in <a href="org/springframework/batch/item/file/separator/package-summary.html">org.springframework.batch.item.file.separator</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator"><code>RecordSeparatorPolicy</code></a> that treats all lines as record endings, as
long as they do not have unterminated quotes, and do not end in a
continuation marker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html#DefaultRecordSeparatorPolicy--">DefaultRecordSeparatorPolicy()</a></span> - Constructor for class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">DefaultRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html#DefaultRecordSeparatorPolicy-java.lang.String-">DefaultRecordSeparatorPolicy(String)</a></span> - Constructor for class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">DefaultRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Convenient constructor with quote character as parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html#DefaultRecordSeparatorPolicy-java.lang.String-java.lang.String-">DefaultRecordSeparatorPolicy(String, String)</a></span> - Constructor for class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">DefaultRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Convenient constructor with quote character and continuation marker as
parameters.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/policy/DefaultResultCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">DefaultResultCompletionPolicy</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>
<div class="block">Very simple <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a> that bases its decision on the result of
a batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/DefaultResultCompletionPolicy.html#DefaultResultCompletionPolicy--">DefaultResultCompletionPolicy()</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/DefaultResultCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">DefaultResultCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#delete">delete</a></span> - Variable in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#delimited--">delimited()</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Returns an instance of a <a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder"><code>FlatFileItemReaderBuilder.DelimitedBuilder</code></a> for building a
<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>DelimitedLineTokenizer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#DelimitedBuilder-org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder-">DelimitedBuilder(FlatFileItemReaderBuilder&lt;T&gt;)</a></span> - Constructor for class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">DelimitedLineAggregator</span></a>&lt;<a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html" title="type parameter in DelimitedLineAggregator">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><code>LineAggregator</code></a> implementation that converts an object into a
delimited list of strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html#DelimitedLineAggregator--">DelimitedLineAggregator()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">DelimitedLineTokenizer</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform"><code>LineTokenizer</code></a> implementation that splits the input String on a
configurable delimiter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#DelimitedLineTokenizer--">DelimitedLineTokenizer()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Create a new instance of the <a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>DelimitedLineTokenizer</code></a> class for the
common case where the delimiter is a <a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#DELIMITER_COMMA"><code>comma</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#DelimitedLineTokenizer-java.lang.String-">DelimitedLineTokenizer(String)</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Create a new instance of the <a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>DelimitedLineTokenizer</code></a> class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#delimiter-java.lang.String-">delimiter(String)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>
<div class="block">Define the delimiter for the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#DELIMITER_COMMA">DELIMITER_COMMA</a></span> - Static variable in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Convenient constant for the common case of a comma delimiter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#DELIMITER_TAB">DELIMITER_TAB</a></span> - Static variable in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Convenient constant for the common case of a tab delimiter.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">DerbyPagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Derby implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using standard SQL:2003 windowing functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html#DerbyPagingQueryProvider--">DerbyPagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">DerbyPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/poller/DirectPoller.html" title="class in org.springframework.batch.poller"><span class="typeNameLink">DirectPoller</span></a>&lt;<a href="org/springframework/batch/poller/DirectPoller.html" title="type parameter in DirectPoller">S</a>&gt; - Class in <a href="org/springframework/batch/poller/package-summary.html">org.springframework.batch.poller</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/poller/Poller.html" title="interface in org.springframework.batch.poller"><code>Poller</code></a> that uses the callers thread to poll for a result as soon as
it is asked for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/poller/DirectPoller.html#DirectPoller-long-">DirectPoller(long)</a></span> - Constructor for class org.springframework.batch.poller.<a href="org/springframework/batch/poller/DirectPoller.html" title="class in org.springframework.batch.poller">DirectPoller</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#distanceLimit-int-">distanceLimit(int)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Configures the maximum tolerance between the actual spelling of a field's name and
the property's name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html#doAggregate-java.lang.Object:A-">doAggregate(Object[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html#doAggregate-java.lang.Object:A-">doAggregate(Object[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html" title="class in org.springframework.batch.item.file.transform">ExtractorLineAggregator</a></dt>
<dd>
<div class="block">Aggregate provided fields into single String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html#doAggregate-java.lang.Object:A-">doAggregate(Object[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="class in org.springframework.batch.item.file.transform">FormatterLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#doBegin-java.lang.Object-org.springframework.transaction.TransactionDefinition-">doBegin(Object, TransactionDefinition)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/CheckpointSupport.html#doCheckpoint--">doCheckpoint()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item">CheckpointSupport</a></dt>
<dd>
<div class="block">Used to provide a <code>Serializable</code> representing the current state of the
batch artifact.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html#doCheckpoint--">doCheckpoint()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html" title="class in org.springframework.batch.jsr.item">ItemReaderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html#doCheckpoint--">doCheckpoint()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html" title="class in org.springframework.batch.jsr.item">ItemWriterAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#doCleanupAfterCompletion-java.lang.Object-">doCleanupAfterCompletion(Object)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Close the cursor and database connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">Close the cursor and hibernate session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">Close the resources opened in <a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#doOpen--"><code>AbstractItemCountingItemStreamItemReader.doOpen()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/CheckpointSupport.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item">CheckpointSupport</a></dt>
<dd>
<div class="block">Used to close the underlying batch artifact</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html" title="class in org.springframework.batch.jsr.item">ItemReaderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html#doClose--">doClose()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html" title="class in org.springframework.batch.jsr.item">ItemWriterAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#doCommit-org.springframework.transaction.support.DefaultTransactionStatus-">doCommit(DefaultTransactionStatus)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#doGetTransaction--">doGetTransaction()</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/callback/NestedRepeatCallback.html#doInIteration-org.springframework.batch.repeat.RepeatContext-">doInIteration(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.callback.<a href="org/springframework/batch/repeat/callback/NestedRepeatCallback.html" title="class in org.springframework.batch.repeat.callback">NestedRepeatCallback</a></dt>
<dd>
<div class="block">Simply calls template.execute(callback).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatCallback.html#doInIteration-org.springframework.batch.repeat.RepeatContext-">doInIteration(RepeatContext)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatCallback.html" title="interface in org.springframework.batch.repeat">RepeatCallback</a></dt>
<dd>
<div class="block">Implementations return true if they can continue processing - e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#doJumpToPage-int-">doJumpToPage(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#doJumpToPage-int-">doJumpToPage(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#doJumpToPage-int-">doJumpToPage(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#doJumpToPage-int-">doJumpToPage(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#doJumpToPage-int-">doJumpToPage(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Execute the statement to open the cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">Open hibernate session and create a forward-only cursor for the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">Open resources necessary to start reading input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#doOpen--">doOpen()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/CheckpointSupport.html#doOpen-java.io.Serializable-">doOpen(Serializable)</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item">CheckpointSupport</a></dt>
<dd>
<div class="block">Used to open a batch artifact with previously saved checkpoint information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html#doOpen-java.io.Serializable-">doOpen(Serializable)</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html" title="class in org.springframework.batch.jsr.item">ItemReaderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html#doOpen-java.io.Serializable-">doOpen(Serializable)</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html" title="class in org.springframework.batch.jsr.item">ItemWriterAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#doPageRead--">doPageRead()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>
<div class="block">Method this <a href="org/springframework/batch/item/ItemStreamReader.html" title="interface in org.springframework.batch.item"><code>ItemStreamReader</code></a> delegates to
for the actual work of reading a page.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#doPageRead--">doPageRead()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemReader.html#doPageRead--">doPageRead()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemReader.html" title="class in org.springframework.batch.item.data">Neo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#doPageRead--">doPageRead()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>
<div class="block">Performs the actual reading of a page via the repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Read next row and map it to item, verify cursor position if
<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setVerifyCursorPosition-boolean-"><code>AbstractCursorItemReader.setVerifyCursorPosition(boolean)</code></a> is true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">Read next item from input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#doRead--">doRead()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>
<div class="block">Move to next fragment and map it to item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#doReadPage--">doReadPage()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#doReadPage--">doReadPage()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#doReadPage--">doReadPage()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#doReadPage--">doReadPage()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#doReadPage--">doReadPage()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#doRollback-org.springframework.transaction.support.DefaultTransactionStatus-">doRollback(DefaultTransactionStatus)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#doSetRollbackOnly-org.springframework.transaction.support.DefaultTransactionStatus-">doSetRollbackOnly(DefaultTransactionStatus)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#doTokenize-java.lang.String-">doTokenize(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#doTokenize-java.lang.String-">doTokenize(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Yields the tokens resulting from the splitting of the supplied
<code>line</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html#doTokenize-java.lang.String-">doTokenize(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html" title="class in org.springframework.batch.item.file.transform">FixedLengthTokenizer</a></dt>
<dd>
<div class="block">Yields the tokens resulting from the splitting of the supplied
<code>line</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html#doTokenize-java.lang.String-">doTokenize(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">RegexLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#doUpdate-org.springframework.batch.repeat.RepeatContext-">doUpdate(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>
<div class="block">Extension point for subclasses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemWriter.html#doWrite-java.util.List-">doWrite(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data">MongoItemWriter</a></dt>
<dd>
<div class="block">Performs the actual write to the store via the template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#doWrite-java.util.List-">doWrite(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>
<div class="block">Performs the actual write using the template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemWriter.html#doWrite-java.util.List-">doWrite(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data">RepositoryItemWriter</a></dt>
<dd>
<div class="block">Performs the actual write to the repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#doWrite-org.hibernate.SessionFactory-java.util.List-">doWrite(SessionFactory, List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>
<div class="block">Do perform the actual write operation using Hibernate's API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#doWrite-org.springframework.orm.hibernate5.HibernateOperations-java.util.List-">doWrite(HibernateOperations, List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.2 in favor of using Hibernate's session management APIs directly</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaItemWriter.html#doWrite-javax.persistence.EntityManager-java.util.List-">doWrite(EntityManager, List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaItemWriter.html" title="class in org.springframework.batch.item.database">JpaItemWriter</a></dt>
<dd>
<div class="block">Do perform the actual write operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#driverSupportsAbsolute-boolean-">driverSupportsAbsolute(boolean)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Indicates if the JDBC driver supports setting the absolute row on the
<code>ResultSet</code>.</div>
</dd>
<dt><a href="org/springframework/batch/item/adapter/DynamicMethodInvocationException.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">DynamicMethodInvocationException</span></a> - Exception in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">Indicates an error has been encountered while trying to dynamically invoke a
method e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/DynamicMethodInvocationException.html#DynamicMethodInvocationException-java.lang.Throwable-">DynamicMethodInvocationException(Throwable)</a></span> - Constructor for exception org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/DynamicMethodInvocationException.html" title="class in org.springframework.batch.item.adapter">DynamicMethodInvocationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/DynamicMethodInvocationException.html#DynamicMethodInvocationException-java.lang.String-java.lang.Throwable-">DynamicMethodInvocationException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/DynamicMethodInvocationException.html" title="class in org.springframework.batch.item.adapter">DynamicMethodInvocationException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#encoding-java.lang.String-">encoding(String)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">Encoding used for output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#encoding-java.lang.String-">encoding(String)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">Encoding for the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#endDocument-javax.xml.stream.XMLEventWriter-">endDocument(XMLEventWriter)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Writes the EndDocument tag manually.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#entrySet--">entrySet()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Returns the entry set containing the contents of this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SystemPropertyInitializer.html#ENVIRONMENT">ENVIRONMENT</a></span> - Static variable in class org.springframework.batch.support.<a href="org/springframework/batch/support/SystemPropertyInitializer.html" title="class in org.springframework.batch.support">SystemPropertyInitializer</a></dt>
<dd>
<div class="block">Name of system property used by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SimpleMethodInvoker.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/SimpleMethodInvoker.html" title="class in org.springframework.batch.support">SimpleMethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/exception/ExceptionHandler.html" title="interface in org.springframework.batch.repeat.exception"><span class="typeNameLink">ExceptionHandler</span></a> - Interface in <a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a></dt>
<dd>
<div class="block">Handler to allow strategies for re-throwing exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#executeAfterInterceptors-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">executeAfterInterceptors(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Convenience method to execute after interceptors on a callback result.</div>
</dd>
<dt><a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><span class="typeNameLink">ExecutionContext</span></a> - Class in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Object representing a context for an <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#ExecutionContext--">ExecutionContext()</a></span> - Constructor for class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#ExecutionContext-java.util.Map-">ExecutionContext(Map&lt;String, Object&gt;)</a></span> - Constructor for class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Initializes a new execution context with the contents of another map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#ExecutionContext-org.springframework.batch.item.ExecutionContext-">ExecutionContext(ExecutionContext)</a></span> - Constructor for class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html" title="class in org.springframework.batch.item.util"><span class="typeNameLink">ExecutionContextUserSupport</span></a> - Class in <a href="org/springframework/batch/item/util/package-summary.html">org.springframework.batch.item.util</a></dt>
<dd>
<div class="block">Facilitates assigning names to objects persisting data in <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> and generating keys for
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> based on the name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html#ExecutionContextUserSupport--">ExecutionContextUserSupport()</a></span> - Constructor for class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html" title="class in org.springframework.batch.item.util">ExecutionContextUserSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html#ExecutionContextUserSupport-java.lang.String-">ExecutionContextUserSupport(String)</a></span> - Constructor for class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html" title="class in org.springframework.batch.item.util">ExecutionContextUserSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html#expect--">expect()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html" title="class in org.springframework.batch.repeat.support">ResultHolderResultQueue</a></dt>
<dd>
<div class="block">Tell the queue to expect one more result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html#expect--">expect()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="class in org.springframework.batch.repeat.support">ThrottleLimitResultQueue</a></dt>
<dd>
<div class="block">Tell the queue to expect one more result.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">ExtendedConnectionDataSourceProxy</span></a> - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">Implementation of <code>SmartDataSource</code> that is capable of keeping a single
JDBC Connection which is NOT closed after each use even if
<code>Connection.close()</code> is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#ExtendedConnectionDataSourceProxy--">ExtendedConnectionDataSourceProxy()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">No arg constructor for use when configured using JavaBean style.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#ExtendedConnectionDataSourceProxy-javax.sql.DataSource-">ExtendedConnectionDataSourceProxy(DataSource)</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">Constructor that takes as a parameter with the <code>DataSource</code> to be
wrapped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html#extract-T-">extract(T)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html" title="class in org.springframework.batch.item.file.transform">BeanWrapperFieldExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldExtractor.html#extract-T-">extract(T)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldExtractor.html" title="interface in org.springframework.batch.item.file.transform">FieldExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PassThroughFieldExtractor.html#extract-T-">extract(T)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PassThroughFieldExtractor.html" title="class in org.springframework.batch.item.file.transform">PassThroughFieldExtractor</a></dt>
<dd>
<div class="block">Get an array of fields as close as possible to the input.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">ExtractorLineAggregator</span></a>&lt;<a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html" title="type parameter in ExtractorLineAggregator">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">An abstract <a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><code>LineAggregator</code></a> implementation that utilizes a
<a href="org/springframework/batch/item/file/transform/FieldExtractor.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldExtractor</code></a> to convert the incoming object to an array of its
parts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html#ExtractorLineAggregator--">ExtractorLineAggregator()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html" title="class in org.springframework.batch.item.file.transform">ExtractorLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#extractTableAlias--">extractTableAlias()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#fetchSize-int-">fetchSize(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">A hint to the driver as to how many rows to return with each fetch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#fetchSize-int-">fetchSize(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">A hint to the underlying RDBMS as to how many records to return with each fetch.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/FieldExtractor.html" title="interface in org.springframework.batch.item.file.transform"><span class="typeNameLink">FieldExtractor</span></a>&lt;<a href="org/springframework/batch/item/file/transform/FieldExtractor.html" title="type parameter in FieldExtractor">T</a>&gt; - Interface in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">This class will convert an object to an array of its parts.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><span class="typeNameLink">FieldSet</span></a> - Interface in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Interface used by flat file input sources to encapsulate concerns of
converting an array of Strings to Java native types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#fieldSetFactory-org.springframework.batch.item.file.transform.FieldSetFactory-">fieldSetFactory(FieldSetFactory)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>
<div class="block">A factory for creating the resulting
<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#fieldSetFactory-org.springframework.batch.item.file.transform.FieldSetFactory-">fieldSetFactory(FieldSetFactory)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>
<div class="block">A factory for creating the resulting
<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a>.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/FieldSetFactory.html" title="interface in org.springframework.batch.item.file.transform"><span class="typeNameLink">FieldSetFactory</span></a> - Interface in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Factory interface for creating <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#fieldSetMapper-org.springframework.batch.item.file.mapping.FieldSetMapper-">fieldSetMapper(FieldSetMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html" title="interface in org.springframework.batch.item.file.mapping"><code>FieldSetMapper</code></a> implementation to be used.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html" title="interface in org.springframework.batch.item.file.mapping"><span class="typeNameLink">FieldSetMapper</span></a>&lt;<a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html" title="type parameter in FieldSetMapper">T</a>&gt; - Interface in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block">Interface that is used to map data obtained from a <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> into an
object.</div>
</dd>
<dt><a href="org/springframework/batch/item/util/FileUtils.html" title="class in org.springframework.batch.item.util"><span class="typeNameLink">FileUtils</span></a> - Class in <a href="org/springframework/batch/item/util/package-summary.html">org.springframework.batch.item.util</a></dt>
<dd>
<div class="block">Utility methods for files used in batch processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/HippyMethodInvoker.html#findMatchingMethod--">findMatchingMethod()</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/HippyMethodInvoker.html" title="class in org.springframework.batch.item.adapter">HippyMethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/AnnotationMethodResolver.html#findMethod-java.lang.Object-">findMethod(Object)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/AnnotationMethodResolver.html" title="class in org.springframework.batch.support">AnnotationMethodResolver</a></dt>
<dd>
<div class="block">Find a <em>single</em> Method on the Class of the given candidate object
that contains the annotation type for which this resolver is searching.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/AnnotationMethodResolver.html#findMethod-java.lang.Class-">findMethod(Class&lt;?&gt;)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/AnnotationMethodResolver.html" title="class in org.springframework.batch.support">AnnotationMethodResolver</a></dt>
<dd>
<div class="block">Find a <em>single</em> Method on the given Class that contains the
annotation type for which this resolver is searching.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodResolver.html#findMethod-java.lang.Object-">findMethod(Object)</a></span> - Method in interface org.springframework.batch.support.<a href="org/springframework/batch/support/MethodResolver.html" title="interface in org.springframework.batch.support">MethodResolver</a></dt>
<dd>
<div class="block">Find a single Method on the provided Object that matches this resolver's
criteria.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodResolver.html#findMethod-java.lang.Class-">findMethod(Class&lt;?&gt;)</a></span> - Method in interface org.springframework.batch.support.<a href="org/springframework/batch/support/MethodResolver.html" title="interface in org.springframework.batch.support">MethodResolver</a></dt>
<dd>
<div class="block">Find a <em>single</em> Method on the given Class that matches this
resolver's criteria.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/ReflectionUtils.html#findMethod-java.lang.Class-java.lang.Class-">findMethod(Class, Class&lt;? extends Annotation&gt;)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/ReflectionUtils.html" title="class in org.springframework.batch.support">ReflectionUtils</a></dt>
<dd>
<div class="block">Returns a <code>Set</code> of <code>Method</code> instances that
are annotated with the annotation provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#fixedLength--">fixedLength()</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Returns an instance of a <a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder"><code>FlatFileItemReaderBuilder.FixedLengthBuilder</code></a> for building a
<a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>FixedLengthTokenizer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#FixedLengthBuilder-org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder-">FixedLengthBuilder(FlatFileItemReaderBuilder&lt;T&gt;)</a></span> - Constructor for class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">FixedLengthTokenizer</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Tokenizer used to process data obtained from files with fixed-length format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html#FixedLengthTokenizer--">FixedLengthTokenizer()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html" title="class in org.springframework.batch.item.file.transform">FixedLengthTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/FlatFileFooterCallback.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">FlatFileFooterCallback</span></a> - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Callback interface for writing a footer to a file.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">FlatFileFormatException</span></a> - Exception in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Exception indicating that some type of error has occurred while
attempting to parse a line of input into tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html#FlatFileFormatException-java.lang.String-java.lang.String-">FlatFileFormatException(String, String)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform">FlatFileFormatException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform"><code>FlatFileFormatException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html#FlatFileFormatException-java.lang.String-">FlatFileFormatException(String)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform">FlatFileFormatException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform"><code>FlatFileFormatException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html#FlatFileFormatException-java.lang.String-java.lang.Throwable-">FlatFileFormatException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform">FlatFileFormatException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform"><code>FlatFileFormatException</code></a> based on a message and another exception.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/FlatFileHeaderCallback.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">FlatFileHeaderCallback</span></a> - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Callback interface for writing to a header to a file.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">FlatFileItemReader</span></a>&lt;<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="type parameter in FlatFileItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Restartable <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> that reads lines from input <a href="org/springframework/batch/item/file/FlatFileItemReader.html#setResource-org.springframework.core.io.Resource-"><code>FlatFileItemReader.setResource(Resource)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#FlatFileItemReader--">FlatFileItemReader()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder"><span class="typeNameLink">FlatFileItemReaderBuilder</span></a>&lt;<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="type parameter in FlatFileItemReaderBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/builder/package-summary.html">org.springframework.batch.item.file.builder</a></dt>
<dd>
<div class="block">A builder implementation for the <a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file"><code>FlatFileItemReader</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#FlatFileItemReaderBuilder--">FlatFileItemReaderBuilder()</a></span> - Constructor for class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder"><span class="typeNameLink">FlatFileItemReaderBuilder.DelimitedBuilder</span></a>&lt;<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="type parameter in FlatFileItemReaderBuilder.DelimitedBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/builder/package-summary.html">org.springframework.batch.item.file.builder</a></dt>
<dd>
<div class="block">A builder for constructing a <a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>DelimitedLineTokenizer</code></a></div>
</dd>
<dt><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder"><span class="typeNameLink">FlatFileItemReaderBuilder.FixedLengthBuilder</span></a>&lt;<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="type parameter in FlatFileItemReaderBuilder.FixedLengthBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/builder/package-summary.html">org.springframework.batch.item.file.builder</a></dt>
<dd>
<div class="block">A builder for constructing a <a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html" title="class in org.springframework.batch.item.file.transform"><code>FixedLengthTokenizer</code></a></div>
</dd>
<dt><a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">FlatFileItemWriter</span></a>&lt;<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="type parameter in FlatFileItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">This class is an item writer that writes data to a file or stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#FlatFileItemWriter--">FlatFileItemWriter()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder"><span class="typeNameLink">FlatFileItemWriterBuilder</span></a>&lt;<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="type parameter in FlatFileItemWriterBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/builder/package-summary.html">org.springframework.batch.item.file.builder</a></dt>
<dd>
<div class="block">A builder implementation for the <a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file"><code>FlatFileItemWriter</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#FlatFileItemWriterBuilder--">FlatFileItemWriterBuilder()</a></span> - Constructor for class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/FlatFileParseException.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">FlatFileParseException</span></a> - Exception in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Exception thrown when errors are encountered
parsing flat files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileParseException.html#FlatFileParseException-java.lang.String-java.lang.String-">FlatFileParseException(String, String)</a></span> - Constructor for exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileParseException.html" title="class in org.springframework.batch.item.file">FlatFileParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileParseException.html#FlatFileParseException-java.lang.String-java.lang.String-int-">FlatFileParseException(String, String, int)</a></span> - Constructor for exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileParseException.html" title="class in org.springframework.batch.item.file">FlatFileParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileParseException.html#FlatFileParseException-java.lang.String-java.lang.Throwable-java.lang.String-int-">FlatFileParseException(String, Throwable, String, int)</a></span> - Constructor for exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileParseException.html" title="class in org.springframework.batch.item.file">FlatFileParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html#flush--">flush()</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction">TransactionAwareBufferedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/transaction/FlushFailedException.html" title="class in org.springframework.batch.support.transaction"><span class="typeNameLink">FlushFailedException</span></a> - Exception in <a href="org/springframework/batch/support/transaction/package-summary.html">org.springframework.batch.support.transaction</a></dt>
<dd>
<div class="block">Unchecked exception indicating that an error has occurred while trying to flush a buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/FlushFailedException.html#FlushFailedException-java.lang.String-java.lang.Throwable-">FlushFailedException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/FlushFailedException.html" title="class in org.springframework.batch.support.transaction">FlushFailedException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/support/transaction/FlushFailedException.html" title="class in org.springframework.batch.support.transaction"><code>FlushFailedException</code></a> based on a message and another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/FlushFailedException.html#FlushFailedException-java.lang.String-">FlushFailedException(String)</a></span> - Constructor for exception org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/FlushFailedException.html" title="class in org.springframework.batch.support.transaction">FlushFailedException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/support/transaction/FlushFailedException.html" title="class in org.springframework.batch.support.transaction"><code>FlushFailedException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#footerCallback-org.springframework.batch.item.file.FlatFileFooterCallback-">footerCallback(FlatFileFooterCallback)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">A callback for footer processing</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#footerCallback-org.springframework.batch.item.xml.StaxWriterCallback-">footerCallback(StaxWriterCallback)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/xml/StaxWriterCallback.html" title="interface in org.springframework.batch.item.xml"><code>StaxWriterCallback</code></a> to provide any footer elements</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#forceSync-boolean-">forceSync(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">A flag indicating that changes should be force-synced to disk on flush.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#forceSync-boolean-">forceSync(boolean)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">Flag to indicate that changes should be force-synced to disk on flush.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">FormatterLineAggregator</span></a>&lt;<a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="type parameter in FormatterLineAggregator">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><code>LineAggregator</code></a> implementation which produces a String by
aggregating the provided item via the <code>Formatter</code> syntax.<br></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html#FormatterLineAggregator--">FormatterLineAggregator()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="class in org.springframework.batch.item.file.transform">FormatterLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html" title="interface in org.springframework.batch.item.xml.stax"><span class="typeNameLink">FragmentEventReader</span></a> - Interface in <a href="org/springframework/batch/item/xml/stax/package-summary.html">org.springframework.batch.item.xml.stax</a></dt>
<dd>
<div class="block">Interface for event readers which support treating XML fragments as standalone XML documents
by wrapping the fragments with StartDocument and EndDocument events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#fromClause-java.lang.String-">fromClause(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The SQL <code>FROM</code> clause for a db specific <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DatabaseType.html#fromMetaData-javax.sql.DataSource-">fromMetaData(DataSource)</a></span> - Static method in enum org.springframework.batch.support.<a href="org/springframework/batch/support/DatabaseType.html" title="enum in org.springframework.batch.support">DatabaseType</a></dt>
<dd>
<div class="block">Convenience method that pulls a database product name from the DataSource's metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DatabaseType.html#fromProductName-java.lang.String-">fromProductName(String)</a></span> - Static method in enum org.springframework.batch.support.<a href="org/springframework/batch/support/DatabaseType.html" title="enum in org.springframework.batch.support">DatabaseType</a></dt>
<dd>
<div class="block">Static method to obtain a DatabaseType from the provided product name.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">GemfireItemWriter</span></a>&lt;<a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="type parameter in GemfireItemWriter">K</a>,<a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="type parameter in GemfireItemWriter">V</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">An <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> that stores items in GemFire</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/GemfireItemWriter.html#GemfireItemWriter--">GemfireItemWriter()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="class in org.springframework.batch.item.data">GemfireItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">Generate the query that will provide the first page, limited by the page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">Method generating the query string to be used for retrieving the first
page.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">Db2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">H2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">HsqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">MySqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">OraclePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">PostgresPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlitePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlServerPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html#generateFirstPageQuery-int-">generateFirstPageQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SybasePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateGroupedTopSqlQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-boolean-java.lang.String-">generateGroupedTopSqlQuery(AbstractSqlPagingQueryProvider, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a TOP clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">Generate the query that will provide the jump to item query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">Method generating the query string to be used for jumping to a specific
item position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">H2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">HsqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">MySqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">OraclePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">PostgresPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlitePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#generateJumpToItemQuery-int-int-">generateJumpToItemQuery(int, int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#generateLimitCypherQuery--">generateLimitCypherQuery()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateLimitGroupedSqlQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-boolean-java.lang.String-">generateLimitGroupedSqlQuery(AbstractSqlPagingQueryProvider, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a LIMIT clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateLimitJumpToQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-java.lang.String-">generateLimitJumpToQuery(AbstractSqlPagingQueryProvider, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a LIMIT clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateLimitSqlQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-boolean-java.lang.String-">generateLimitSqlQuery(AbstractSqlPagingQueryProvider, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a LIMIT clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">Generate the query that will provide the first page, limited by the page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">Method generating the query string to be used for retrieving the pages
following the first page.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">Db2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">H2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">HsqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">MySqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">OraclePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">PostgresPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlitePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlServerPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html#generateRemainingPagesQuery-int-">generateRemainingPagesQuery(int)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SybasePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateRowNumSqlQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-boolean-java.lang.String-">generateRowNumSqlQuery(AbstractSqlPagingQueryProvider, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a ROW_NUM condition</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateRowNumSqlQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-java.lang.String-boolean-java.lang.String-">generateRowNumSqlQuery(AbstractSqlPagingQueryProvider, String, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a ROW_NUM condition</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateRowNumSqlQueryWithNesting-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-java.lang.String-boolean-java.lang.String-">generateRowNumSqlQueryWithNesting(AbstractSqlPagingQueryProvider, String, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateRowNumSqlQueryWithNesting-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-java.lang.String-java.lang.String-boolean-java.lang.String-">generateRowNumSqlQueryWithNesting(AbstractSqlPagingQueryProvider, String, String, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateTopJumpToQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-java.lang.String-">generateTopJumpToQuery(AbstractSqlPagingQueryProvider, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a TOP clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#generateTopSqlQuery-org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider-boolean-java.lang.String-">generateTopSqlQuery(AbstractSqlPagingQueryProvider, boolean, String)</a></span> - Static method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>
<div class="block">Generate SQL query string using a TOP clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#get-java.lang.String-">get(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Getter for the value represented by the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html#getActualCount--">getActualCount()</a></span> - Method in exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">IncorrectTokenCountException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html#getActualLength--">getActualLength()</a></span> - Method in exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform">IncorrectLineLengthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html#getAsText--">getAsText()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html" title="class in org.springframework.batch.item.file.transform">RangeArrayPropertyEditor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#getAttribute-java.lang.String-">getAttribute(String)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html#getBufferSize--">getBufferSize()</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction">TransactionAwareBufferedWriter</a></dt>
<dd>
<div class="block">Convenience method for clients to determine if there is any unflushed
data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#getCloseSuppressingConnectionProxy-java.sql.Connection-">getCloseSuppressingConnectionProxy(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">Wrap the given Connection with a proxy that delegates every method call
to it but suppresses close calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Alignment.html#getCode--">getCode()</a></span> - Method in enum org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Alignment.html" title="enum in org.springframework.batch.item.file.transform">Alignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#getConnection--">getConnection()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#getConnection-java.lang.String-java.lang.String-">getConnection(String, String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html#getContext--">getContext()</a></span> - Static method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html" title="class in org.springframework.batch.repeat.support">RepeatSynchronizationManager</a></dt>
<dd>
<div class="block">Getter for the current context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextCounter.html#getCount--">getCount()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextCounter.html" title="class in org.springframework.batch.repeat.context">RepeatContextCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#getCount-org.springframework.batch.repeat.RepeatContext-">getCount(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>
<div class="block">Extension point for subclasses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.CountingBatchContext.html#getCounter--">getCounter()</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.CountingBatchContext.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy.CountingBatchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#getCurrentItemCount--">getCurrentItemCount()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#getCurrentResource--">getCurrentResource()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#getDataSource--">getDataSource()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Public getter for the data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getDouble-java.lang.String-">getDouble(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the Double represented by the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getDouble-java.lang.String-double-">getDouble(String, double)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the Double represented by the provided key with
default value to return if key is not represented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#getEncoding--">getEncoding()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Get used encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractJpaQueryProvider.html#getEntityManager--">getEntityManager()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractJpaQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractJpaQueryProvider</a></dt>
<dd>
<div class="block">
Getter for <code>EntityManager</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#getExceptionTranslator--">getExceptionTranslator()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Creates a default SQLErrorCodeSQLExceptionTranslator for the specified
DataSource if none is set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamSupport.html#getExecutionContextKey-java.lang.String-">getExecutionContextKey(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item">ItemStreamSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html#getExpectedCount--">getExpectedCount()</a></span> - Method in exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">IncorrectTokenCountException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html#getExpectedLength--">getExpectedLength()</a></span> - Method in exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform">IncorrectLineLengthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#getFieldCount--">getFieldCount()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#getFieldCount--">getFieldCount()</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Return the number of fields in this '<code>FieldSet</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#getForwardOnlyCursor-int-java.util.Map-">getForwardOnlyCursor(int, Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>
<div class="block">Get a cursor over all of the results, with the forward-only flag set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getFromClause--">getFromClause()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getGroupClause--">getGroupClause()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">The getter for the group by clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html#getIncrementer-java.lang.String-java.lang.String-">getIncrementer(String, String)</a></span> - Method in interface org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html" title="interface in org.springframework.batch.item.database.support">DataFieldMaxValueIncrementerFactory</a></dt>
<dd>
<div class="block">Return the <code>DataFieldMaxValueIncrementer</code> for the provided database type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html#getIncrementer-java.lang.String-java.lang.String-">getIncrementer(String, String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html" title="class in org.springframework.batch.item.database.support">DefaultDataFieldMaxValueIncrementerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileParseException.html#getInput--">getInput()</a></span> - Method in exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileParseException.html" title="class in org.springframework.batch.item.file">FlatFileParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/NonTransientFlatFileException.html#getInput--">getInput()</a></span> - Method in exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/NonTransientFlatFileException.html" title="class in org.springframework.batch.item.file">NonTransientFlatFileException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html#getInput--">getInput()</a></span> - Method in exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform">FlatFileFormatException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html#getInput--">getInput()</a></span> - Method in exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">IncorrectTokenCountException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the Integer represented by the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the Integer represented by the provided key with
default value to return if key is not represented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsMethodArgumentsKeyGenerator.html#getKey-java.lang.Object:A-">getKey(Object[])</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsMethodArgumentsKeyGenerator.html" title="class in org.springframework.batch.item.jms">JmsMethodArgumentsKeyGenerator</a></dt>
<dd>
<div class="block">If the message is a <code>Message</code> then returns the JMS message ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html#getKey-java.lang.String-">getKey(String)</a></span> - Method in class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html" title="class in org.springframework.batch.item.util">ExecutionContextUserSupport</a></dt>
<dd>
<div class="block">Prefix the argument with <a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html#getName--"><code>ExecutionContextUserSupport.getName()</code></a> to create a unique key that can be safely used to identify data
stored in <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Alignment.html#getLabel--">getLabel()</a></span> - Method in enum org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Alignment.html" title="enum in org.springframework.batch.item.file.transform">Alignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileParseException.html#getLineNumber--">getLineNumber()</a></span> - Method in exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileParseException.html" title="class in org.springframework.batch.item.file">FlatFileParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/NonTransientFlatFileException.html#getLineNumber--">getLineNumber()</a></span> - Method in exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/NonTransientFlatFileException.html" title="class in org.springframework.batch.item.file">NonTransientFlatFileException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#getLoginTimeout--">getLoginTimeout()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#getLogWriter--">getLogWriter()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the Long represented by the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getLong-java.lang.String-long-">getLong(String, long)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the Long represented by the provided key with default
value to return if key is not represented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Range.html#getMax--">getMax()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvokerUtils.html#getMethodInvokerByAnnotation-java.lang.Class-java.lang.Object-java.lang.Class...-">getMethodInvokerByAnnotation(Class&lt;? extends Annotation&gt;, Object, Class&lt;?&gt;...)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support">MethodInvokerUtils</a></dt>
<dd>
<div class="block">Create a MethodInvoker from the delegate based on the annotationType.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvokerUtils.html#getMethodInvokerByAnnotation-java.lang.Class-java.lang.Object-">getMethodInvokerByAnnotation(Class&lt;? extends Annotation&gt;, Object)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support">MethodInvokerUtils</a></dt>
<dd>
<div class="block">Create <a href="org/springframework/batch/support/MethodInvoker.html" title="interface in org.springframework.batch.support"><code>MethodInvoker</code></a> for the method with the provided annotation
on the provided object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvokerUtils.html#getMethodInvokerByName-java.lang.Object-java.lang.String-boolean-java.lang.Class...-">getMethodInvokerByName(Object, String, boolean, Class&lt;?&gt;...)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support">MethodInvokerUtils</a></dt>
<dd>
<div class="block">Create a <a href="org/springframework/batch/support/MethodInvoker.html" title="interface in org.springframework.batch.support"><code>MethodInvoker</code></a> using the provided method name to search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvokerUtils.html#getMethodInvokerForInterface-java.lang.Class-java.lang.String-java.lang.Object-java.lang.Class...-">getMethodInvokerForInterface(Class&lt;?&gt;, String, Object, Class&lt;?&gt;...)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support">MethodInvokerUtils</a></dt>
<dd>
<div class="block">Create a <a href="org/springframework/batch/support/MethodInvoker.html" title="interface in org.springframework.batch.support"><code>MethodInvoker</code></a> using the provided interface, and method
name from that interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvokerUtils.html#getMethodInvokerForSingleArgument-java.lang.Object-">getMethodInvokerForSingleArgument(Object)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support">MethodInvokerUtils</a></dt>
<dd>
<div class="block">Create a <a href="org/springframework/batch/support/MethodInvoker.html" title="interface in org.springframework.batch.support"><code>MethodInvoker</code></a> for the delegate from a single public
method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Range.html#getMin--">getMin()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html#getName--">getName()</a></span> - Method in class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html" title="class in org.springframework.batch.item.util">ExecutionContextUserSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#getNames--">getNames()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#getNames--">getNames()</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Accessor for the names of the fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#getNextResult-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatCallback-org.springframework.batch.repeat.support.RepeatInternalState-">getNextResult(RepeatContext, RepeatCallback, RepeatInternalState)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Get the next completed result, possibly executing several callbacks until
one finally finishes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#getNextResult-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatCallback-org.springframework.batch.repeat.support.RepeatInternalState-">getNextResult(RepeatContext, RepeatCallback, RepeatInternalState)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support">TaskExecutorRepeatTemplate</a></dt>
<dd>
<div class="block">Use the <a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#setTaskExecutor-org.springframework.core.task.TaskExecutor-"><code>TaskExecutorRepeatTemplate.setTaskExecutor(TaskExecutor)</code></a> to generate a result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#getObject--">getObject()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>
<div class="block">Get a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> instance using the provided properties
and appropriate for the given database type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#getObjectType--">getObjectType()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>
<div class="block">Always returns <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html#getOrderedQueryAlias--">getOrderedQueryAlias()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">DerbyPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#getOrderedQueryAlias--">getOrderedQueryAlias()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html#getOverClause--">getOverClause()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">DerbyPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#getOverClause--">getOverClause()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html#getOverSubstituteClauseEnd--">getOverSubstituteClauseEnd()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">DerbyPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#getOverSubstituteClauseEnd--">getOverSubstituteClauseEnd()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html#getOverSubstituteClauseStart--">getOverSubstituteClauseStart()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">DerbyPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#getOverSubstituteClauseStart--">getOverSubstituteClauseStart()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#getPage--">getPage()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>
<div class="block">The current page number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#getPageSize--">getPageSize()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>
<div class="block">The page size configured for this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#getParameterCount--">getParameterCount()</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">The number of parameters that are declared in the query</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getParameterCount--">getParameterCount()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#getParameterValues--">getParameterValues()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvokerUtils.html#getParamTypesString-java.lang.Class...-">getParamTypesString(Class&lt;?&gt;...)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support">MethodInvokerUtils</a></dt>
<dd>
<div class="block">Create a String representation of the array of parameter types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#getParent--">getParent()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#getParent--">getParent()</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">If batches are nested, then the inner batch will be created with the
outer one as a parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#getParentLogger--">getParentLogger()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">Added due to JDK 7 compatibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DatabaseType.html#getProductName--">getProductName()</a></span> - Method in enum org.springframework.batch.support.<a href="org/springframework/batch/support/DatabaseType.html" title="enum in org.springframework.batch.support">DatabaseType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#getProperties--">getProperties()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#getProperties--">getProperties()</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Construct name-value pairs from the field names and string values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxUtils.html#getResult-javax.xml.stream.XMLEventWriter-">getResult(XMLEventWriter)</a></span> - Static method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxUtils.html" title="class in org.springframework.batch.item.xml">StaxUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#getRootElementAttributes--">getRootElementAttributes()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Get attributes of the root element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#getRootTagName--">getRootTagName()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Get the tag name of the root element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#getRootTagNamespace--">getRootTagNamespace()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Get the namespace of the root element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#getRootTagNamespacePrefix--">getRootTagNamespacePrefix()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Get the namespace prefix of the root element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getSelectClause--">getSelectClause()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#getSessionFactory--">getSessionFactory()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#getSortKeyPlaceHolder-java.lang.String-">getSortKeyPlaceHolder(String)</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">Returns either a String to be used as the named placeholder for a sort key value (based on the column name)
or a ? for unnamed parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getSortKeyPlaceHolder-java.lang.String-">getSortKeyPlaceHolder(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">The sort key placeholder will vary depending on whether named parameters
or traditional placeholders are used in query strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#getSortKeys--">getSortKeys()</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">The sort keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getSortKeys--">getSortKeys()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">A Map&lt;String, Boolean&gt; of sort columns as the key and boolean for ascending/descending (ascending = true).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#getSortKeysWithoutAliases--">getSortKeysWithoutAliases()</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">The sort key (unique single column name) without alias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getSortKeysWithoutAliases--">getSortKeysWithoutAliases()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxUtils.html#getSource-javax.xml.stream.XMLEventReader-">getSource(XMLEventReader)</a></span> - Static method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxUtils.html" title="class in org.springframework.batch.item.xml">StaxUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#getSql--">getSql()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#getSql--">getSql()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#getSql--">getSql()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#getStartedCount--">getStartedCount()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#getStartedCount--">getStartedCount()</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">Public access to a counter for the number of operations attempted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html#getStatefulSession--">getStatefulSession()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractHibernateQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html#getStatelessSession--">getStatelessSession()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractHibernateQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getString-java.lang.String-">getString(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the String represented by the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Typesafe Getter for the String represented by the provided key with
default value to return if key is not represented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Alignment.html#getStringCode--">getStringCode()</a></span> - Method in enum org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Alignment.html" title="enum in org.springframework.batch.item.file.transform">Alignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html#getSubQueryAlias--">getSubQueryAlias()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/Db2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">Db2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html#getSubQueryAlias--">getSubQueryAlias()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlServerPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#getSubQueryAlias--">getSubQueryAlias()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html#getSubQueryAlias--">getSubQueryAlias()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SybasePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourceSuffixCreator.html#getSuffix-int-">getSuffix(int)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourceSuffixCreator.html" title="interface in org.springframework.batch.item.file">ResourceSuffixCreator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/SimpleResourceSuffixCreator.html#getSuffix-int-">getSuffix(int)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/SimpleResourceSuffixCreator.html" title="class in org.springframework.batch.item.file">SimpleResourceSuffixCreator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html#getSupportedIncrementerTypes--">getSupportedIncrementerTypes()</a></span> - Method in interface org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html" title="interface in org.springframework.batch.item.database.support">DataFieldMaxValueIncrementerFactory</a></dt>
<dd>
<div class="block">Returns the list of supported database incrementer types</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html#getSupportedIncrementerTypes--">getSupportedIncrementerTypes()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html" title="class in org.springframework.batch.item.database.support">DefaultDataFieldMaxValueIncrementerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#getTargetType--">getTargetType()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#getTemplate--">getTemplate()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#getSessionFactory--"><code>AbstractNeo4jItemReader.getSessionFactory()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatInternalState.html#getThrowables--">getThrowables()</a></span> - Method in interface org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatInternalState.html" title="interface in org.springframework.batch.repeat.support">RepeatInternalState</a></dt>
<dd>
<div class="block">Returns a mutable collection of exceptions that have occurred in the
current repeat context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatInternalStateSupport.html#getThrowables--">getThrowables()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatInternalStateSupport.html" title="class in org.springframework.batch.repeat.support">RepeatInternalStateSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/UnclosedElementCollectingEventWriter.html#getUnclosedElements--">getUnclosedElements()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/UnclosedElementCollectingEventWriter.html" title="class in org.springframework.batch.item.xml.stax">UnclosedElementCollectingEventWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#getValues--">getValues()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#getValues--">getValues()</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#getVersion--">getVersion()</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Get XML version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#getWhereClause--">getWhereClause()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ListItemWriter.html#getWrittenItems--">getWrittenItems()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ListItemWriter.html" title="class in org.springframework.batch.item.support">ListItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxUtils.html#getXmlEventReader-javax.xml.transform.Source-">getXmlEventReader(Source)</a></span> - Static method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxUtils.html" title="class in org.springframework.batch.item.xml">StaxUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxUtils.html#getXmlEventWriter-javax.xml.transform.Result-">getXmlEventWriter(Result)</a></span> - Static method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxUtils.html" title="class in org.springframework.batch.item.xml">StaxUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#groupClause-java.lang.String-">groupClause(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The SQL <code>GROUP BY</code> clause for a db specific @<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a>.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">H2PagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">H2 implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html#H2PagingQueryProvider--">H2PagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/H2PagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">H2PagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/DefaultMailErrorHandler.html#handle-org.springframework.mail.MailMessage-java.lang.Exception-">handle(MailMessage, Exception)</a></span> - Method in class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/DefaultMailErrorHandler.html" title="class in org.springframework.batch.item.mail">DefaultMailErrorHandler</a></dt>
<dd>
<div class="block">Wraps the input exception with a runtime <code>MailException</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/MailErrorHandler.html#handle-org.springframework.mail.MailMessage-java.lang.Exception-">handle(MailMessage, Exception)</a></span> - Method in interface org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/MailErrorHandler.html" title="interface in org.springframework.batch.item.mail">MailErrorHandler</a></dt>
<dd>
<div class="block">This method will be called for each message that failed sending in the
chunk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/CompositeExceptionHandler.html#handleException-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">handleException(RepeatContext, Throwable)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/CompositeExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">CompositeExceptionHandler</a></dt>
<dd>
<div class="block">Iterate over the handlers delegating the call to each in turn.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/DefaultExceptionHandler.html#handleException-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">handleException(RepeatContext, Throwable)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/DefaultExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">DefaultExceptionHandler</a></dt>
<dd>
<div class="block">Re-throw the throwable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/ExceptionHandler.html#handleException-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">handleException(RepeatContext, Throwable)</a></span> - Method in interface org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/ExceptionHandler.html" title="interface in org.springframework.batch.repeat.exception">ExceptionHandler</a></dt>
<dd>
<div class="block">Deal with a Throwable during a batch - decide whether it should be
re-thrown in the first place.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html#handleException-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">handleException(RepeatContext, Throwable)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">LogOrRethrowExceptionHandler</a></dt>
<dd>
<div class="block">Classify the throwables and decide whether to rethrow based on the
result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html#handleException-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">handleException(RepeatContext, Throwable)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">RethrowOnThresholdExceptionHandler</a></dt>
<dd>
<div class="block">Classify the throwables and decide whether to re-throw based on the
result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#handleException-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">handleException(RepeatContext, Throwable)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">Rethrows only if the limit is breached for this context on the exception
type specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/LineCallbackHandler.html#handleLine-java.lang.String-">handleLine(String)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/LineCallbackHandler.html" title="interface in org.springframework.batch.item.file">LineCallbackHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/RecordCallbackHandler.html#handleRecord-org.springframework.ldap.core.LdapAttributes-">handleRecord(LdapAttributes)</a></span> - Method in interface org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/RecordCallbackHandler.html" title="interface in org.springframework.batch.item.ldif">RecordCallbackHandler</a></dt>
<dd>
<div class="block">Execute operations on the supplied record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#handleWarnings-java.sql.Statement-">handleWarnings(Statement)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Throw a SQLWarningException if we're not ignoring warnings, else log the
warnings (at debug level).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#hasAttribute-java.lang.String-">hasAttribute(String)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#hashCode--">hashCode()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#hashCode--">hashCode()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#hashCode--">hashCode()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SimpleMethodInvoker.html#hashCode--">hashCode()</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/SimpleMethodInvoker.html" title="class in org.springframework.batch.support">SimpleMethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Range.html#hasMaxValue--">hasMaxValue()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#hasNames--">hasNames()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#hasNames--">hasNames()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#hasNames--">hasNames()</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Check if there are names defined for the fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#hasNext--">hasNext()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#headerCallback-org.springframework.batch.item.file.FlatFileHeaderCallback-">headerCallback(FlatFileHeaderCallback)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">A callback for header processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#headerCallback-org.springframework.batch.item.xml.StaxWriterCallback-">headerCallback(StaxWriterCallback)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/xml/StaxWriterCallback.html" title="interface in org.springframework.batch.item.xml"><code>StaxWriterCallback</code></a> to provide any header elements</div>
</dd>
<dt><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">HibernateCursorItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="type parameter in HibernateCursorItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ItemStreamReader.html" title="interface in org.springframework.batch.item"><code>ItemStreamReader</code></a> for reading database records built on top of Hibernate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#HibernateCursorItemReader--">HibernateCursorItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">HibernateItemReaderHelper</span></a>&lt;<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="type parameter in HibernateItemReaderHelper">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">Internal shared state helper for hibernate readers managing sessions and
queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#HibernateItemReaderHelper--">HibernateItemReaderHelper()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">HibernateItemWriter</span></a>&lt;<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="type parameter in HibernateItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> that uses a Hibernate session to save or update entities
that are not part of the current Hibernate session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#HibernateItemWriter--">HibernateItemWriter()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm"><span class="typeNameLink">HibernateNativeQueryProvider</span></a>&lt;<a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html" title="type parameter in HibernateNativeQueryProvider">E</a>&gt; - Class in <a href="org/springframework/batch/item/database/orm/package-summary.html">org.springframework.batch.item.database.orm</a></dt>
<dd>
<div class="block">
This query provider creates Hibernate <code>Query</code>s from injected native SQL
queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html#HibernateNativeQueryProvider--">HibernateNativeQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">HibernateNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">HibernatePagingItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="type parameter in HibernatePagingItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> for reading database records built on top of Hibernate and
reading only up to a fixed number of items at a time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#HibernatePagingItemReader--">HibernatePagingItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html" title="interface in org.springframework.batch.item.database.orm"><span class="typeNameLink">HibernateQueryProvider</span></a> - Interface in <a href="org/springframework/batch/item/database/orm/package-summary.html">org.springframework.batch.item.database.orm</a></dt>
<dd>
<div class="block">
Interface defining the functionality to be provided for generating queries
for use with Hibernate <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a>s or other custom built artifacts.</div>
</dd>
<dt><a href="org/springframework/batch/item/adapter/HippyMethodInvoker.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">HippyMethodInvoker</span></a> - Class in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">A <code>MethodInvoker</code> that is a bit relaxed about its arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/HippyMethodInvoker.html#HippyMethodInvoker--">HippyMethodInvoker()</a></span> - Constructor for class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/HippyMethodInvoker.html" title="class in org.springframework.batch.item.adapter">HippyMethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">HsqlPagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">HSQLDB implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html#HsqlPagingQueryProvider--">HsqlPagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/HsqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">HsqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">IbatisBatchItemWriter</span></a>&lt;<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="type parameter in IbatisBatchItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">as of Spring Batch 3.0, in favor of the native Spring Batch support
in the MyBatis follow-up project (http://mybatis.github.io/spring/)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#IbatisBatchItemWriter--">IbatisBatchItemWriter()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">IbatisPagingItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="type parameter in IbatisPagingItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">as of Spring Batch 3.0, in favor of the native Spring Batch support
in the MyBatis follow-up project (http://mybatis.github.io/spring/)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#IbatisPagingItemReader--">IbatisPagingItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#ignoreWarnings-boolean-">ignoreWarnings(boolean)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#includedFields-java.lang.Integer:A-">includedFields(Integer[])</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>
<div class="block">A list of indices of the fields within a delimited file to be included</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">IncorrectLineLengthException</span></a> - Exception in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Exception indicating that the line size expected is different from what
is expected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html#IncorrectLineLengthException-java.lang.String-int-int-java.lang.String-">IncorrectLineLengthException(String, int, int, String)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform">IncorrectLineLengthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html#IncorrectLineLengthException-java.lang.String-int-int-">IncorrectLineLengthException(String, int, int)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform">IncorrectLineLengthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html#IncorrectLineLengthException-int-int-java.lang.String-">IncorrectLineLengthException(int, int, String)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform">IncorrectLineLengthException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html#IncorrectLineLengthException-int-int-">IncorrectLineLengthException(int, int)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform">IncorrectLineLengthException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">IncorrectTokenCountException</span></a> - Exception in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Exception indicating that an incorrect number of tokens have been found
while parsing a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html#IncorrectTokenCountException-java.lang.String-int-int-java.lang.String-">IncorrectTokenCountException(String, int, int, String)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">IncorrectTokenCountException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html#IncorrectTokenCountException-java.lang.String-int-int-">IncorrectTokenCountException(String, int, int)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">IncorrectTokenCountException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html#IncorrectTokenCountException-int-int-java.lang.String-">IncorrectTokenCountException(int, int, String)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">IncorrectTokenCountException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html#IncorrectTokenCountException-int-int-">IncorrectTokenCountException(int, int)</a></span> - Constructor for exception org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">IncorrectTokenCountException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextCounter.html#increment-int-">increment(int)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextCounter.html" title="class in org.springframework.batch.repeat.context">RepeatContextCounter</a></dt>
<dd>
<div class="block">Increment the counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextCounter.html#increment--">increment()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextCounter.html" title="class in org.springframework.batch.repeat.context">RepeatContextCounter</a></dt>
<dd>
<div class="block">Increment by 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#increment--">increment()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>
<div class="block">Used by clients to increment the started count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#indexOf-java.lang.String-">indexOf(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>
<div class="block">Read and trim the <code>String</code> value from column with given '
<code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/GemfireItemWriter.html#init--">init()</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="class in org.springframework.batch.item.data">GemfireItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#init-javax.sql.DataSource-">init(DataSource)</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">Initialize the query provider using the provided <code>DataSource</code> if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#init-javax.sql.DataSource-">init(DataSource)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">Check mandatory properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html#init-javax.sql.DataSource-">init(DataSource)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DerbyPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">DerbyPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#init--">init()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>
<div class="block">afterPropertiesSet() hook</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#initBinder-org.springframework.validation.DataBinder-">initBinder(DataBinder)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">Initialize a new binder instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#initializeConnection--">initializeConnection()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#initNamespaceContext-javax.xml.stream.XMLEventWriter-">initNamespaceContext(XMLEventWriter)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Inits the namespace context of the XMLEventWriter:
rootTagNamespacePrefix for rootTagName
any other xmlns namespace prefix declarations in the root element attributes
</div>
</dd>
<dt><a href="org/springframework/batch/support/IntArrayPropertyEditor.html" title="class in org.springframework.batch.support"><span class="typeNameLink">IntArrayPropertyEditor</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/IntArrayPropertyEditor.html#IntArrayPropertyEditor--">IntArrayPropertyEditor()</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/IntArrayPropertyEditor.html" title="class in org.springframework.batch.support">IntArrayPropertyEditor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper.html#InvocationTargetThrowableWrapper-java.lang.Throwable-">InvocationTargetThrowableWrapper(Throwable)</a></span> - Constructor for exception org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/interceptor/RepeatOperationsInterceptor.html#invoke-org.aopalliance.intercept.MethodInvocation-">invoke(MethodInvocation)</a></span> - Method in class org.springframework.batch.repeat.interceptor.<a href="org/springframework/batch/repeat/interceptor/RepeatOperationsInterceptor.html" title="class in org.springframework.batch.repeat.interceptor">RepeatOperationsInterceptor</a></dt>
<dd>
<div class="block">Invoke the proceeding method call repeatedly, according to the properties
of the injected <a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><code>RepeatOperations</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#invokeDelegateMethod--">invokeDelegateMethod()</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>
<div class="block">Invoker the target method with arguments set by
<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#setArguments-java.lang.Object:A-"><code>AbstractMethodInvokingDelegator.setArguments(Object[])</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#invokeDelegateMethodWithArgument-java.lang.Object-">invokeDelegateMethodWithArgument(Object)</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>
<div class="block">Invokes the target method with given argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#invokeDelegateMethodWithArguments-java.lang.Object:A-">invokeDelegateMethodWithArguments(Object[])</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>
<div class="block">Invokes the target method with given arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvoker.html#invokeMethod-java.lang.Object...-">invokeMethod(Object...)</a></span> - Method in interface org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvoker.html" title="interface in org.springframework.batch.support">MethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SimpleMethodInvoker.html#invokeMethod-java.lang.Object...-">invokeMethod(Object...)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/SimpleMethodInvoker.html" title="class in org.springframework.batch.support">SimpleMethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#isCloseSuppressionActive-java.sql.Connection-">isCloseSuppressionActive(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">Return the status of close suppression being activated for a given
<code>Connection</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html#isComplete-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">isComplete(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.jsr.repeat.<a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html" title="class in org.springframework.batch.jsr.repeat">CheckpointAlgorithmAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.jsr.repeat.<a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html" title="class in org.springframework.batch.jsr.repeat">CheckpointAlgorithmAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/CompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">isComplete(RepeatContext, RepeatStatus)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat">CompletionPolicy</a></dt>
<dd>
<div class="block">Determine whether a batch is complete given the latest result from the
callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/CompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat">CompletionPolicy</a></dt>
<dd>
<div class="block">Allow policy to signal completion according to internal state, without
having to wait for the callback to complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html#isComplete-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">isComplete(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html" title="class in org.springframework.batch.repeat.policy">CompletionPolicySupport</a></dt>
<dd>
<div class="block">If exit status is not continuable return <code>true</code>, otherwise
delegate to <a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html#isComplete-org.springframework.batch.repeat.RepeatContext-"><code>CompletionPolicySupport.isComplete(RepeatContext)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html" title="class in org.springframework.batch.repeat.policy">CompletionPolicySupport</a></dt>
<dd>
<div class="block">Always true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">isComplete(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CompositeCompletionPolicy</a></dt>
<dd>
<div class="block">This policy is complete if any of the composed policies is complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CompositeCompletionPolicy</a></dt>
<dd>
<div class="block">This policy is complete if any of the composed policies is complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/DefaultResultCompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">isComplete(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/DefaultResultCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">DefaultResultCompletionPolicy</a></dt>
<dd>
<div class="block">True if the result is null, or a <a href="org/springframework/batch/repeat/RepeatStatus.html" title="enum in org.springframework.batch.repeat"><code>RepeatStatus</code></a> indicating
completion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/DefaultResultCompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/DefaultResultCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">DefaultResultCompletionPolicy</a></dt>
<dd>
<div class="block">Always false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">isComplete(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>
<div class="block">Terminate if the chunk size has been reached, or the result is null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>
<div class="block">Terminate if the chunk size has been reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.SimpleTerminationContext.html#isComplete--">isComplete()</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.SimpleTerminationContext.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy.SimpleTerminationContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html" title="class in org.springframework.batch.repeat.policy">TimeoutTerminationPolicy</a></dt>
<dd>
<div class="block">Check the timeout and complete gracefully if it has expires.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.TimeoutBatchContext.html#isComplete--">isComplete()</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.TimeoutBatchContext.html" title="class in org.springframework.batch.repeat.policy">TimeoutTerminationPolicy.TimeoutBatchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#isComplete-org.springframework.batch.repeat.RepeatContext-org.springframework.batch.repeat.RepeatStatus-">isComplete(RepeatContext, RepeatStatus)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Delegate to the <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#isComplete-org.springframework.batch.repeat.RepeatContext-">isComplete(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Delegate to <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#isCompleteOnly--">isCompleteOnly()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#isCompleteOnly--">isCompleteOnly()</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">Public accessor for the complete flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatStatus.html#isContinuable--">isContinuable()</a></span> - Method in enum org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatStatus.html" title="enum in org.springframework.batch.repeat">RepeatStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#isDirty--">isDirty()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Indicates if context has been changed with a "put" operation since the
dirty flag was last cleared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#isEmpty--">isEmpty()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Indicates whether or not the context is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html#isEmpty--">isEmpty()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html" title="class in org.springframework.batch.repeat.support">ResultHolderResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html#isEmpty--">isEmpty()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="class in org.springframework.batch.repeat.support">ThrottleLimitResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html#isEndOfRecord-java.lang.String-">isEndOfRecord(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">DefaultRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Return true if the line does not have unterminated quotes (delimited by
"), and does not end with a continuation marker ('\').</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/JsonRecordSeparatorPolicy.html#isEndOfRecord-java.lang.String-">isEndOfRecord(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/JsonRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">JsonRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">True if the line can be parsed to a JSON object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html#isEndOfRecord-java.lang.String-">isEndOfRecord(String)</a></span> - Method in interface org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator">RecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Signal the end of a record based on the content of the current record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html#isEndOfRecord-java.lang.String-">isEndOfRecord(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SimpleRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Always returns true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html#isEndOfRecord-java.lang.String-">isEndOfRecord(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SuffixRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Return true if the line ends with the specified substring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#isExistingTransaction-java.lang.Object-">isExistingTransaction(Object)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html#isExpecting--">isExpecting()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html" title="class in org.springframework.batch.repeat.support">ResultHolderResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html#isExpecting--">isExpecting()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="class in org.springframework.batch.repeat.support">ThrottleLimitResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsNewMethodArgumentsIdentifier.html#isNew-java.lang.Object:A-">isNew(Object[])</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsNewMethodArgumentsIdentifier.html" title="class in org.springframework.batch.item.jms">JmsNewMethodArgumentsIdentifier</a></dt>
<dd>
<div class="block">If any of the arguments is a message, check the JMS re-delivered flag and
return it, otherwise return false to be on the safe side.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#isQuoteCharacter-char-">isQuoteCharacter(char)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Is the supplied character a quote character?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#isSaveState--">isSaveState()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">The flag that determines whether to save internal state for restarts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#isSingleton--">isSingleton()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>
<div class="block">Always returns true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html#isStatelessSession--">isStatelessSession()</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractHibernateQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#isStrict--">isStrict()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>
<div class="block">Provides access to the strict flag for subclasses if needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html#isSupportedIncrementerType-java.lang.String-">isSupportedIncrementerType(String)</a></span> - Method in interface org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DataFieldMaxValueIncrementerFactory.html" title="interface in org.springframework.batch.item.database.support">DataFieldMaxValueIncrementerFactory</a></dt>
<dd>
<div class="block">Returns boolean indicated whether or not the provided string is supported by this
factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html#isSupportedIncrementerType-java.lang.String-">isSupportedIncrementerType(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html" title="class in org.springframework.batch.item.database.support">DefaultDataFieldMaxValueIncrementerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#isTerminateOnly--">isTerminateOnly()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#isTerminateOnly--">isTerminateOnly()</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">Public accessor for the termination flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#isUseSharedExtendedConnection--">isUseSharedExtendedConnection()</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/PagingQueryProvider.html#isUsingNamedParameters--">isUsingNamedParameters()</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database">PagingQueryProvider</a></dt>
<dd>
<div class="block">Indicate whether the generated queries use named parameter syntax.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#isUsingNamedParameters--">isUsingNamedParameters()</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#isWrapperFor-java.lang.Class-">isWrapperFor(Class&lt;?&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">Performs only a 'shallow' non-recursive check of self's and delegate's
class to retain Java 5 compatibility.</div>
</dd>
<dt><a href="org/springframework/batch/item/ItemCountAware.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ItemCountAware</span></a> - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Marker interface indicating that an item should have the item count set on it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#itemKeyMapper">itemKeyMapper</a></span> - Variable in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#itemPreparedStatementSetter-org.springframework.batch.item.database.ItemPreparedStatementSetter-">itemPreparedStatementSetter(ItemPreparedStatementSetter&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">Configures a <a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html" title="interface in org.springframework.batch.item.database"><code>ItemPreparedStatementSetter</code></a> for use by the writer.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html" title="interface in org.springframework.batch.item.database"><span class="typeNameLink">ItemPreparedStatementSetter</span></a>&lt;<a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html" title="type parameter in ItemPreparedStatementSetter">T</a>&gt; - Interface in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">A convenient strategy for SQL updates, acting effectively as the inverse of
<code>RowMapper</code>.</div>
</dd>
<dt><a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ItemProcessor</span></a>&lt;<a href="org/springframework/batch/item/ItemProcessor.html" title="type parameter in ItemProcessor">I</a>,<a href="org/springframework/batch/item/ItemProcessor.html" title="type parameter in ItemProcessor">O</a>&gt; - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Interface for item transformation.</div>
</dd>
<dt><a href="org/springframework/batch/item/adapter/ItemProcessorAdapter.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">ItemProcessorAdapter</span></a>&lt;<a href="org/springframework/batch/item/adapter/ItemProcessorAdapter.html" title="type parameter in ItemProcessorAdapter">I</a>,<a href="org/springframework/batch/item/adapter/ItemProcessorAdapter.html" title="type parameter in ItemProcessorAdapter">O</a>&gt; - Class in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">Invokes a custom method on a delegate plain old Java object which itself
processes an item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/ItemProcessorAdapter.html#ItemProcessorAdapter--">ItemProcessorAdapter()</a></span> - Constructor for class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/ItemProcessorAdapter.html" title="class in org.springframework.batch.item.adapter">ItemProcessorAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/jsr/item/ItemProcessorAdapter.html" title="class in org.springframework.batch.jsr.item"><span class="typeNameLink">ItemProcessorAdapter</span></a>&lt;<a href="org/springframework/batch/jsr/item/ItemProcessorAdapter.html" title="type parameter in ItemProcessorAdapter">I</a>,<a href="org/springframework/batch/jsr/item/ItemProcessorAdapter.html" title="type parameter in ItemProcessorAdapter">O</a>&gt; - Class in <a href="org/springframework/batch/jsr/item/package-summary.html">org.springframework.batch.jsr.item</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemProcessorAdapter.html#ItemProcessorAdapter-javax.batch.api.chunk.ItemProcessor-">ItemProcessorAdapter(ItemProcessor)</a></span> - Constructor for class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemProcessorAdapter.html" title="class in org.springframework.batch.jsr.item">ItemProcessorAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ItemReader</span></a>&lt;<a href="org/springframework/batch/item/ItemReader.html" title="type parameter in ItemReader">T</a>&gt; - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Strategy interface for providing the data.</div>
</dd>
<dt><a href="org/springframework/batch/item/adapter/ItemReaderAdapter.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">ItemReaderAdapter</span></a>&lt;<a href="org/springframework/batch/item/adapter/ItemReaderAdapter.html" title="type parameter in ItemReaderAdapter">T</a>&gt; - Class in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">Invokes a custom method on a delegate plain old Java object which itself
provides an item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/ItemReaderAdapter.html#ItemReaderAdapter--">ItemReaderAdapter()</a></span> - Constructor for class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/ItemReaderAdapter.html" title="class in org.springframework.batch.item.adapter">ItemReaderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html" title="class in org.springframework.batch.jsr.item"><span class="typeNameLink">ItemReaderAdapter</span></a>&lt;<a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html" title="type parameter in ItemReaderAdapter">T</a>&gt; - Class in <a href="org/springframework/batch/jsr/item/package-summary.html">org.springframework.batch.jsr.item</a></dt>
<dd>
<div class="block">Adapter that wraps an <code>ItemReader</code> for use by Spring Batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html#ItemReaderAdapter-javax.batch.api.chunk.ItemReader-">ItemReaderAdapter(ItemReader)</a></span> - Constructor for class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html" title="class in org.springframework.batch.jsr.item">ItemReaderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">ItemReaderException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">A base exception class that all exceptions thrown from an <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> extend.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemReaderException.html#ItemReaderException-java.lang.String-java.lang.Throwable-">ItemReaderException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">ItemReaderException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item"><code>ItemReaderException</code></a> based on a message and another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemReaderException.html#ItemReaderException-java.lang.String-">ItemReaderException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">ItemReaderException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item"><code>ItemReaderException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#itemSqlParameterSourceProvider-org.springframework.batch.item.database.ItemSqlParameterSourceProvider-">itemSqlParameterSourceProvider(ItemSqlParameterSourceProvider&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">Configures a <a href="org/springframework/batch/item/database/ItemSqlParameterSourceProvider.html" title="interface in org.springframework.batch.item.database"><code>ItemSqlParameterSourceProvider</code></a> for use by the writer.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/ItemSqlParameterSourceProvider.html" title="interface in org.springframework.batch.item.database"><span class="typeNameLink">ItemSqlParameterSourceProvider</span></a>&lt;<a href="org/springframework/batch/item/database/ItemSqlParameterSourceProvider.html" title="type parameter in ItemSqlParameterSourceProvider">T</a>&gt; - Interface in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">A convenient strategy for providing SqlParameterSource for named parameter SQL updates.</div>
</dd>
<dt><a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ItemStream</span></a> - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">
Marker interface defining a contract for periodically storing state and restoring from that state should an error
occur.</div>
</dd>
<dt><a href="org/springframework/batch/item/ItemStreamException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">ItemStreamException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Exception representing any errors encountered while processing a stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamException.html#ItemStreamException-java.lang.String-">ItemStreamException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamException.html" title="class in org.springframework.batch.item">ItemStreamException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamException.html#ItemStreamException-java.lang.String-java.lang.Throwable-">ItemStreamException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamException.html" title="class in org.springframework.batch.item">ItemStreamException</a></dt>
<dd>
<div class="block">Constructs a new instance with a message and nested exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamException.html#ItemStreamException-java.lang.Throwable-">ItemStreamException(Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamException.html" title="class in org.springframework.batch.item">ItemStreamException</a></dt>
<dd>
<div class="block">Constructs a new instance with a nested exception and empty message.</div>
</dd>
<dt><a href="org/springframework/batch/item/ItemStreamReader.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ItemStreamReader</span></a>&lt;<a href="org/springframework/batch/item/ItemStreamReader.html" title="type parameter in ItemStreamReader">T</a>&gt; - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Convenience interface that combines <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> and <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a>
.</div>
</dd>
<dt><a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item"><span class="typeNameLink">ItemStreamSupport</span></a> - Class in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Empty method implementation of <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamSupport.html#ItemStreamSupport--">ItemStreamSupport()</a></span> - Constructor for class org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item">ItemStreamSupport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/ItemStreamWriter.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ItemStreamWriter</span></a>&lt;<a href="org/springframework/batch/item/ItemStreamWriter.html" title="type parameter in ItemStreamWriter">T</a>&gt; - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Convenience interface that combines <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> and <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a>
.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#itemType">itemType</a></span> - Variable in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ItemWriter</span></a>&lt;<a href="org/springframework/batch/item/ItemWriter.html" title="type parameter in ItemWriter">T</a>&gt; - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">
Basic interface for generic output operations.</div>
</dd>
<dt><a href="org/springframework/batch/item/adapter/ItemWriterAdapter.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">ItemWriterAdapter</span></a>&lt;<a href="org/springframework/batch/item/adapter/ItemWriterAdapter.html" title="type parameter in ItemWriterAdapter">T</a>&gt; - Class in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">Delegates item processing to a custom method -
passes the item as an argument for the delegate method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/ItemWriterAdapter.html#ItemWriterAdapter--">ItemWriterAdapter()</a></span> - Constructor for class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/ItemWriterAdapter.html" title="class in org.springframework.batch.item.adapter">ItemWriterAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html" title="class in org.springframework.batch.jsr.item"><span class="typeNameLink">ItemWriterAdapter</span></a>&lt;<a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html" title="type parameter in ItemWriterAdapter">T</a>&gt; - Class in <a href="org/springframework/batch/jsr/item/package-summary.html">org.springframework.batch.jsr.item</a></dt>
<dd>
<div class="block">Adapter that wraps an <code>ItemWriter</code> for use by Spring Batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html#ItemWriterAdapter-javax.batch.api.chunk.ItemWriter-">ItemWriterAdapter(ItemWriter)</a></span> - Constructor for class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html" title="class in org.springframework.batch.jsr.item">ItemWriterAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">ItemWriterException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">A base exception class that all exceptions thrown from an <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> extend.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemWriterException.html#ItemWriterException-java.lang.String-java.lang.Throwable-">ItemWriterException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item">ItemWriterException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item"><code>ItemWriterException</code></a> based on a message and another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemWriterException.html#ItemWriterException-java.lang.String-">ItemWriterException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item">ItemWriterException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item"><code>ItemWriterException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatOperations.html#iterate-org.springframework.batch.repeat.RepeatCallback-">iterate(RepeatCallback)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat">RepeatOperations</a></dt>
<dd>
<div class="block">Execute the callback repeatedly, until a decision can be made to
complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#iterate-org.springframework.batch.repeat.RepeatCallback-">iterate(RepeatCallback)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Execute the batch callback until the completion policy decides that we
are finished.</div>
</dd>
<dt><a href="org/springframework/batch/item/support/IteratorItemReader.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">IteratorItemReader</span></a>&lt;<a href="org/springframework/batch/item/support/IteratorItemReader.html" title="type parameter in IteratorItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">An <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> that pulls data from a <code>Iterator</code> or
<code>Iterable</code> using the constructors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/IteratorItemReader.html#IteratorItemReader-java.lang.Iterable-">IteratorItemReader(Iterable&lt;T&gt;)</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/IteratorItemReader.html" title="class in org.springframework.batch.item.support">IteratorItemReader</a></dt>
<dd>
<div class="block">Construct a new reader from this iterable (could be a collection), by
extracting an instance of <code>Iterator</code> from it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/IteratorItemReader.html#IteratorItemReader-java.util.Iterator-">IteratorItemReader(Iterator&lt;T&gt;)</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/IteratorItemReader.html" title="class in org.springframework.batch.item.support">IteratorItemReader</a></dt>
<dd>
<div class="block">Construct a new reader from this iterator directly.</div>
</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">JdbcBatchItemWriter</span></a>&lt;<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="type parameter in JdbcBatchItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> that uses the batching features from
<code>NamedParameterJdbcTemplate</code> to execute a batch of statements for all items
provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#JdbcBatchItemWriter--">JdbcBatchItemWriter()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder"><span class="typeNameLink">JdbcBatchItemWriterBuilder</span></a>&lt;<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="type parameter in JdbcBatchItemWriterBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/builder/package-summary.html">org.springframework.batch.item.database.builder</a></dt>
<dd>
<div class="block">A builder implementation for the <a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database"><code>JdbcBatchItemWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#JdbcBatchItemWriterBuilder--">JdbcBatchItemWriterBuilder()</a></span> - Constructor for class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">JdbcCursorItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="type parameter in JdbcCursorItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">
Simple item reader implementation that opens a JDBC cursor and continually retrieves the
next row in the ResultSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#JdbcCursorItemReader--">JdbcCursorItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder"><span class="typeNameLink">JdbcCursorItemReaderBuilder</span></a>&lt;<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="type parameter in JdbcCursorItemReaderBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/builder/package-summary.html">org.springframework.batch.item.database.builder</a></dt>
<dd>
<div class="block">Builder for the <a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database"><code>JdbcCursorItemReader</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#JdbcCursorItemReaderBuilder--">JdbcCursorItemReaderBuilder()</a></span> - Constructor for class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">JdbcPagingItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="type parameter in JdbcPagingItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">
<a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> for reading database
records using JDBC in a paging fashion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#JdbcPagingItemReader--">JdbcPagingItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder"><span class="typeNameLink">JdbcPagingItemReaderBuilder</span></a>&lt;<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="type parameter in JdbcPagingItemReaderBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/builder/package-summary.html">org.springframework.batch.item.database.builder</a></dt>
<dd>
<div class="block">This is a builder for the <a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database"><code>JdbcPagingItemReader</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#JdbcPagingItemReaderBuilder--">JdbcPagingItemReaderBuilder()</a></span> - Constructor for class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/JdbcParameterUtils.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">JdbcParameterUtils</span></a> - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">Helper methods for SQL statement parameter parsing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcParameterUtils.html#JdbcParameterUtils--">JdbcParameterUtils()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcParameterUtils.html" title="class in org.springframework.batch.item.database">JdbcParameterUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms"><span class="typeNameLink">JmsItemReader</span></a>&lt;<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="type parameter in JmsItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/jms/package-summary.html">org.springframework.batch.item.jms</a></dt>
<dd>
<div class="block">An <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> for JMS using a <code>JmsTemplate</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#JmsItemReader--">JmsItemReader()</a></span> - Constructor for class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/jms/JmsItemWriter.html" title="class in org.springframework.batch.item.jms"><span class="typeNameLink">JmsItemWriter</span></a>&lt;<a href="org/springframework/batch/item/jms/JmsItemWriter.html" title="type parameter in JmsItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/jms/package-summary.html">org.springframework.batch.item.jms</a></dt>
<dd>
<div class="block">An <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> for JMS using a <code>JmsTemplate</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemWriter.html#JmsItemWriter--">JmsItemWriter()</a></span> - Constructor for class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemWriter.html" title="class in org.springframework.batch.item.jms">JmsItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/jms/JmsMethodArgumentsKeyGenerator.html" title="class in org.springframework.batch.item.jms"><span class="typeNameLink">JmsMethodArgumentsKeyGenerator</span></a> - Class in <a href="org/springframework/batch/item/jms/package-summary.html">org.springframework.batch.item.jms</a></dt>
<dd>
<div class="block">A <code>MethodArgumentsKeyGenerator</code> for JMS</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsMethodArgumentsKeyGenerator.html#JmsMethodArgumentsKeyGenerator--">JmsMethodArgumentsKeyGenerator()</a></span> - Constructor for class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsMethodArgumentsKeyGenerator.html" title="class in org.springframework.batch.item.jms">JmsMethodArgumentsKeyGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html" title="class in org.springframework.batch.item.jms"><span class="typeNameLink">JmsMethodInvocationRecoverer</span></a>&lt;<a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html" title="type parameter in JmsMethodInvocationRecoverer">T</a>&gt; - Class in <a href="org/springframework/batch/item/jms/package-summary.html">org.springframework.batch.item.jms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html#JmsMethodInvocationRecoverer--">JmsMethodInvocationRecoverer()</a></span> - Constructor for class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html" title="class in org.springframework.batch.item.jms">JmsMethodInvocationRecoverer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/jms/JmsNewMethodArgumentsIdentifier.html" title="class in org.springframework.batch.item.jms"><span class="typeNameLink">JmsNewMethodArgumentsIdentifier</span></a>&lt;<a href="org/springframework/batch/item/jms/JmsNewMethodArgumentsIdentifier.html" title="type parameter in JmsNewMethodArgumentsIdentifier">T</a>&gt; - Class in <a href="org/springframework/batch/item/jms/package-summary.html">org.springframework.batch.item.jms</a></dt>
<dd>
<div class="block">A <code>NewMethodArgumentsIdentifier</code> for JMS that looks for a message in
the arguments and checks its delivery status.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsNewMethodArgumentsIdentifier.html#JmsNewMethodArgumentsIdentifier--">JmsNewMethodArgumentsIdentifier()</a></span> - Constructor for class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsNewMethodArgumentsIdentifier.html" title="class in org.springframework.batch.item.jms">JmsNewMethodArgumentsIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#jmsTemplate">jmsTemplate</a></span> - Variable in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/JpaItemWriter.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">JpaItemWriter</span></a>&lt;<a href="org/springframework/batch/item/database/JpaItemWriter.html" title="type parameter in JpaItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> that is using a JPA
EntityManagerFactory to merge any Entities that aren't part of the
persistence context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaItemWriter.html#JpaItemWriter--">JpaItemWriter()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaItemWriter.html" title="class in org.springframework.batch.item.database">JpaItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm"><span class="typeNameLink">JpaNativeQueryProvider</span></a>&lt;<a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html" title="type parameter in JpaNativeQueryProvider">E</a>&gt; - Class in <a href="org/springframework/batch/item/database/orm/package-summary.html">org.springframework.batch.item.database.orm</a></dt>
<dd>
<div class="block">
This query provider creates JPA <code>Query</code>s from injected native SQL
queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html#JpaNativeQueryProvider--">JpaNativeQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">JpaNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">JpaPagingItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="type parameter in JpaPagingItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">
<a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> for reading database
records built on top of JPA.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#JpaPagingItemReader--">JpaPagingItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/orm/JpaQueryProvider.html" title="interface in org.springframework.batch.item.database.orm"><span class="typeNameLink">JpaQueryProvider</span></a> - Interface in <a href="org/springframework/batch/item/database/orm/package-summary.html">org.springframework.batch.item.database.orm</a></dt>
<dd>
<div class="block">Interface defining the functionality to be provided for generating queries
for use with JPA <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a>s or other custom built artifacts.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/mapping/JsonLineMapper.html" title="class in org.springframework.batch.item.file.mapping"><span class="typeNameLink">JsonLineMapper</span></a> - Class in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block">Interpret a line as a JSON object and parse it up to a Map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/JsonLineMapper.html#JsonLineMapper--">JsonLineMapper()</a></span> - Constructor for class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/JsonLineMapper.html" title="class in org.springframework.batch.item.file.mapping">JsonLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/separator/JsonRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator"><span class="typeNameLink">JsonRecordSeparatorPolicy</span></a> - Class in <a href="org/springframework/batch/item/file/separator/package-summary.html">org.springframework.batch.item.file.separator</a></dt>
<dd>
<div class="block">JSON-based record separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/JsonRecordSeparatorPolicy.html#JsonRecordSeparatorPolicy--">JsonRecordSeparatorPolicy()</a></span> - Constructor for class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/JsonRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">JsonRecordSeparatorPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Use <code>ResultSet.absolute(int)</code> if possible, otherwise scroll by
calling <code>ResultSet.next()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">Wind forward through the result set to the item requested.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#jumpToItem-org.hibernate.ScrollableResults-int-int-">jumpToItem(ScrollableResults, int, int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>
<div class="block">Scroll through the results up to the item specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">Move to the given item index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#jumpToItem-int-">jumpToItem(int)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item"><span class="typeNameLink">KeyValueItemWriter</span></a>&lt;<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="type parameter in KeyValueItemWriter">K</a>,<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="type parameter in KeyValueItemWriter">V</a>&gt; - Class in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">A base class to implement any <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> that writes to a key value store
using a <code>Converter</code> to derive a key from an item</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#KeyValueItemWriter--">KeyValueItemWriter()</a></span> - Constructor for class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="org/springframework/batch/support/LastModifiedResourceComparator.html" title="class in org.springframework.batch.support"><span class="typeNameLink">LastModifiedResourceComparator</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Comparator to sort resources by the file last modified time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/LastModifiedResourceComparator.html#LastModifiedResourceComparator--">LastModifiedResourceComparator()</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/LastModifiedResourceComparator.html" title="class in org.springframework.batch.support">LastModifiedResourceComparator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif"><span class="typeNameLink">LdifReader</span></a> - Class in <a href="org/springframework/batch/item/ldif/package-summary.html">org.springframework.batch.item.ldif</a></dt>
<dd>
<div class="block">The <a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif"><code>LdifReader</code></a> is an adaptation of the <a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file"><code>FlatFileItemReader</code></a>
built around an <code>LdifParser</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#LdifReader--">LdifReader()</a></span> - Constructor for class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#lineAggregator-org.springframework.batch.item.file.transform.LineAggregator-">lineAggregator(LineAggregator&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">Line aggregator used to build the String version of each item.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><span class="typeNameLink">LineAggregator</span></a>&lt;<a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="type parameter in LineAggregator">T</a>&gt; - Interface in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Interface used to create string representing object.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/LineCallbackHandler.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">LineCallbackHandler</span></a> - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Callback interface for handling a line from file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#lineMapper-org.springframework.batch.item.file.LineMapper-">lineMapper(LineMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/LineMapper.html" title="interface in org.springframework.batch.item.file"><code>LineMapper</code></a> implementation to be used.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/LineMapper.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">LineMapper</span></a>&lt;<a href="org/springframework/batch/item/file/LineMapper.html" title="type parameter in LineMapper">T</a>&gt; - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects
on a per line basis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#lineSeparator-java.lang.String-">lineSeparator(String)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">String used to separate lines in output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#linesToSkip-int-">linesToSkip(int)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">The number of lines to skip at the beginning of reading the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#lineTokenizer-org.springframework.batch.item.file.transform.LineTokenizer-">lineTokenizer(LineTokenizer)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform"><code>LineTokenizer</code></a> implementation to be used.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform"><span class="typeNameLink">LineTokenizer</span></a> - Interface in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Interface that is used by framework to split string obtained typically from a
file into tokens.</div>
</dd>
<dt><a href="org/springframework/batch/item/support/ListItemReader.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">ListItemReader</span></a>&lt;<a href="org/springframework/batch/item/support/ListItemReader.html" title="type parameter in ListItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">An <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> that pulls data from a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ListItemReader.html#ListItemReader-java.util.List-">ListItemReader(List&lt;T&gt;)</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ListItemReader.html" title="class in org.springframework.batch.item.support">ListItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/ListItemWriter.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">ListItemWriter</span></a>&lt;<a href="org/springframework/batch/item/support/ListItemWriter.html" title="type parameter in ListItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ListItemWriter.html#ListItemWriter--">ListItemWriter()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ListItemWriter.html" title="class in org.springframework.batch.item.support">ListItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">ListPreparedStatementSetter</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Implementation of the <code>PreparedStatementSetter</code> interface that accepts
a list of values to be set on a PreparedStatement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html#ListPreparedStatementSetter--">ListPreparedStatementSetter()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support">ListPreparedStatementSetter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html#ListPreparedStatementSetter-java.util.List-">ListPreparedStatementSetter(List&lt;?&gt;)</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support">ListPreparedStatementSetter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#log">log</a></span> - Variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Logger available to subclasses</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#logger">logger</a></span> - Variable in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#logger">logger</a></span> - Static variable in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#logger">logger</a></span> - Variable in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemWriter.html#logger">logger</a></span> - Static variable in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data">RepositoryItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#logger">logger</a></span> - Variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#logger">logger</a></span> - Static variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#logger">logger</a></span> - Static variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#logger">logger</a></span> - Static variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaItemWriter.html#logger">logger</a></span> - Static variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaItemWriter.html" title="class in org.springframework.batch.item.database">JpaItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#logger">logger</a></span> - Variable in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#logger">logger</a></span> - Static variable in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#logger">logger</a></span> - Variable in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemWriter.html#logger">logger</a></span> - Variable in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemWriter.html" title="class in org.springframework.batch.item.jms">JmsItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html#logger">logger</a></span> - Variable in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html" title="class in org.springframework.batch.item.jms">JmsMethodInvocationRecoverer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html#logger">logger</a></span> - Variable in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">LogOrRethrowExceptionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html#logger">logger</a></span> - Variable in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">RethrowOnThresholdExceptionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#logger">logger</a></span> - Variable in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html" title="class in org.springframework.batch.repeat.exception"><span class="typeNameLink">LogOrRethrowExceptionHandler</span></a> - Class in <a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a></dt>
<dd>
<div class="block">Implementation of <a href="org/springframework/batch/repeat/exception/ExceptionHandler.html" title="interface in org.springframework.batch.repeat.exception"><code>ExceptionHandler</code></a> based on an <code>Classifier</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html#LogOrRethrowExceptionHandler--">LogOrRethrowExceptionHandler()</a></span> - Constructor for class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">LogOrRethrowExceptionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.Level.html" title="enum in org.springframework.batch.repeat.exception"><span class="typeNameLink">LogOrRethrowExceptionHandler.Level</span></a> - Enum in <a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a></dt>
<dd>
<div class="block">Logging levels for the handler.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="org/springframework/batch/item/mail/MailErrorHandler.html" title="interface in org.springframework.batch.item.mail"><span class="typeNameLink">MailErrorHandler</span></a> - Interface in <a href="org/springframework/batch/item/mail/package-summary.html">org.springframework.batch.item.mail</a></dt>
<dd>
<div class="block">This class is used to handle errors that occur when email messages are unable
to be sent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/ArrayFieldSetMapper.html#mapFieldSet-org.springframework.batch.item.file.transform.FieldSet-">mapFieldSet(FieldSet)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/ArrayFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">ArrayFieldSetMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#mapFieldSet-org.springframework.batch.item.file.transform.FieldSet-">mapFieldSet(FieldSet)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">Map the <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> to an object retrieved from the enclosing Spring
context, or to a new instance of the required type if no prototype is
available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html#mapFieldSet-org.springframework.batch.item.file.transform.FieldSet-">mapFieldSet(FieldSet)</a></span> - Method in interface org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html" title="interface in org.springframework.batch.item.file.mapping">FieldSetMapper</a></dt>
<dd>
<div class="block">Method used to map data obtained from a <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> into an object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PassThroughFieldSetMapper.html#mapFieldSet-org.springframework.batch.item.file.transform.FieldSet-">mapFieldSet(FieldSet)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PassThroughFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">PassThroughFieldSetMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/LineMapper.html#mapLine-java.lang.String-int-">mapLine(String, int)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/LineMapper.html" title="interface in org.springframework.batch.item.file">LineMapper</a></dt>
<dd>
<div class="block">Implementations must implement this method to map the provided line to
the parameter type T.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html#mapLine-java.lang.String-int-">mapLine(String, int)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html" title="class in org.springframework.batch.item.file.mapping">DefaultLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/JsonLineMapper.html#mapLine-java.lang.String-int-">mapLine(String, int)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/JsonLineMapper.html" title="class in org.springframework.batch.item.file.mapping">JsonLineMapper</a></dt>
<dd>
<div class="block">Interpret the line as a Json object and create a Map from it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PassThroughLineMapper.html#mapLine-java.lang.String-int-">mapLine(String, int)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PassThroughLineMapper.html" title="class in org.springframework.batch.item.file.mapping">PassThroughLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html#mapLine-java.lang.String-int-">mapLine(String, int)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html" title="class in org.springframework.batch.item.file.mapping">PatternMatchingCompositeLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif"><span class="typeNameLink">MappingLdifReader</span></a>&lt;<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="type parameter in MappingLdifReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/ldif/package-summary.html">org.springframework.batch.item.ldif</a></dt>
<dd>
<div class="block">The <a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif"><code>MappingLdifReader</code></a> is an adaptation of the <a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file"><code>FlatFileItemReader</code></a>
built around an <code>LdifParser</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#MappingLdifReader--">MappingLdifReader()</a></span> - Constructor for class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/RecordMapper.html#mapRecord-org.springframework.ldap.core.LdapAttributes-">mapRecord(LdapAttributes)</a></span> - Method in interface org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/RecordMapper.html" title="interface in org.springframework.batch.item.ldif">RecordMapper</a></dt>
<dd>
<div class="block">Maps an <code>LdapAttributes</code> object to the specified type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#markFragmentProcessed--">markFragmentProcessed()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>
<div class="block">Finishes reading the fragment in case the fragment was processed without
being read until the end.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html#markFragmentProcessed--">markFragmentProcessed()</a></span> - Method in interface org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html" title="interface in org.springframework.batch.item.xml.stax">FragmentEventReader</a></dt>
<dd>
<div class="block">Tells the event reader the current fragment has been processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#markStartFragment--">markStartFragment()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html#markStartFragment--">markStartFragment()</a></span> - Method in interface org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html" title="interface in org.springframework.batch.item.xml.stax">FragmentEventReader</a></dt>
<dd>
<div class="block">Tells the event reader its cursor position is exactly before the fragment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#marshaller-org.springframework.oxm.Marshaller-">marshaller(Marshaller)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">The <code>Marshaller</code> implementation responsible for the serialization of the
items to XML.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/PatternMatcher.html#match-java.lang.String-java.lang.String-">match(String, String)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/PatternMatcher.html" title="class in org.springframework.batch.support">PatternMatcher</a></dt>
<dd>
<div class="block">Lifted from AntPathMatcher in Spring Core.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/PatternMatcher.html#match-java.lang.String-">match(String)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/PatternMatcher.html" title="class in org.springframework.batch.support">PatternMatcher</a></dt>
<dd>
<div class="block">
This method takes a String key and a map from Strings to values of any
type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#maxItemCount-int-">maxItemCount(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">The max number of items to be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#maxItemCount-int-">maxItemCount(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">Maximum number of items to read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#maxItemCount-int-">maxItemCount(int)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Configure the max number of items to be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#maxItemCount-int-">maxItemCount(int)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">The maximum number of items to read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#maxRows-int-">maxRows(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">The max number of rows the <code>ResultSet</code> can contain</div>
</dd>
<dt><a href="org/springframework/batch/support/MethodInvoker.html" title="interface in org.springframework.batch.support"><span class="typeNameLink">MethodInvoker</span></a> - Interface in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">A strategy interface for invoking a method.</div>
</dd>
<dt><a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support"><span class="typeNameLink">MethodInvokerUtils</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Utility methods for create MethodInvoker instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/MethodInvokerUtils.html#MethodInvokerUtils--">MethodInvokerUtils()</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/MethodInvokerUtils.html" title="class in org.springframework.batch.support">MethodInvokerUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/MethodResolver.html" title="interface in org.springframework.batch.support"><span class="typeNameLink">MethodResolver</span></a> - Interface in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Strategy interface for detecting a single Method on a Class.</div>
</dd>
<dt><a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html" title="class in org.springframework.batch.item.mail.javamail"><span class="typeNameLink">MimeMessageItemWriter</span></a> - Class in <a href="org/springframework/batch/item/mail/javamail/package-summary.html">org.springframework.batch.item.mail.javamail</a></dt>
<dd>
<div class="block">
A simple <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> that can send mail messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html#MimeMessageItemWriter--">MimeMessageItemWriter()</a></span> - Constructor for class org.springframework.batch.item.mail.javamail.<a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html" title="class in org.springframework.batch.item.mail.javamail">MimeMessageItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">MongoItemReader</span></a>&lt;<a href="org/springframework/batch/item/data/MongoItemReader.html" title="type parameter in MongoItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">
Restartable <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> that reads documents from MongoDB
via a paging technique.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#MongoItemReader--">MongoItemReader()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">MongoItemWriter</span></a>&lt;<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="type parameter in MongoItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">
A <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> implementation that writes to a MongoDB store using an implementation of Spring Data's
<code>MongoOperations</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemWriter.html#MongoItemWriter--">MongoItemWriter()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data">MongoItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#moveCursorToNextFragment-javax.xml.stream.XMLEventReader-">moveCursorToNextFragment(XMLEventReader)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>
<div class="block">Responsible for moving the cursor before the StartElement of the fragment root.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">MultiResourceItemReader</span></a>&lt;<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="type parameter in MultiResourceItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Reads items from multiple resources sequentially - resource list is given by <a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setResources-org.springframework.core.io.Resource:A-"><code>MultiResourceItemReader.setResources(Resource[])</code></a>, the
actual reading is delegated to <a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setDelegate-org.springframework.batch.item.file.ResourceAwareItemReaderItemStream-"><code>MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#MultiResourceItemReader--">MultiResourceItemReader()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">MultiResourceItemWriter</span></a>&lt;<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="type parameter in MultiResourceItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Wraps a <a href="org/springframework/batch/item/file/ResourceAwareItemWriterItemStream.html" title="interface in org.springframework.batch.item.file"><code>ResourceAwareItemWriterItemStream</code></a> and creates a new output
resource when the count of items written in current resource exceeds
<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#setItemCountLimitPerResource-int-"><code>MultiResourceItemWriter.setItemCountLimitPerResource(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#MultiResourceItemWriter--">MultiResourceItemWriter()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">MySqlPagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">MySQL implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html#MySqlPagingQueryProvider--">MySqlPagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/MySqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">MySqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#name-java.lang.String-">name(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">A name used to prevent key collisions while saving state in the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#name-java.lang.String-">name(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">A name used to prevent key collissions while saving the state in the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#name-java.lang.String-">name(String)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">The name used to calculate the key within the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#name-java.lang.String-">name(String)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">The name used to calculate the key within the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#name-java.lang.String-">name(String)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">The name used to calculate the key within the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#name-java.lang.String-">name(String)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">The name used to calculate the key within the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#namedParametersJdbcTemplate-org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations-">namedParametersJdbcTemplate(NamedParameterJdbcOperations)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">The <code>NamedParameterJdbcOperations</code> instance to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#names-java.lang.String:A-">names(String[])</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>
<div class="block">Names of each of the fields within the fields that are returned in the order
they occur within the delimited file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#names-java.lang.String:A-">names(String[])</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>
<div class="block">The names of the fields to be parsed from the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#names">names</a></span> - Variable in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/Neo4jItemReader.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">Neo4jItemReader</span></a>&lt;<a href="org/springframework/batch/item/data/Neo4jItemReader.html" title="type parameter in Neo4jItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">
Extensions of the <a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data"><code>AbstractNeo4jItemReader</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemReader.html#Neo4jItemReader--">Neo4jItemReader()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemReader.html" title="class in org.springframework.batch.item.data">Neo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">Neo4jItemWriter</span></a>&lt;<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="type parameter in Neo4jItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">
A <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> implementation that writes to a Neo4j database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#Neo4jItemWriter--">Neo4jItemWriter()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/callback/NestedRepeatCallback.html" title="class in org.springframework.batch.repeat.callback"><span class="typeNameLink">NestedRepeatCallback</span></a> - Class in <a href="org/springframework/batch/repeat/callback/package-summary.html">org.springframework.batch.repeat.callback</a></dt>
<dd>
<div class="block">Callback that delegates to another callback, via a <a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><code>RepeatOperations</code></a>
instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/callback/NestedRepeatCallback.html#NestedRepeatCallback-org.springframework.batch.repeat.RepeatOperations-org.springframework.batch.repeat.RepeatCallback-">NestedRepeatCallback(RepeatOperations, RepeatCallback)</a></span> - Constructor for class org.springframework.batch.repeat.callback.<a href="org/springframework/batch/repeat/callback/NestedRepeatCallback.html" title="class in org.springframework.batch.repeat.callback">NestedRepeatCallback</a></dt>
<dd>
<div class="block">Constructor setting mandatory fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#next--">next()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#nextEvent--">nextEvent()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/NonTransientFlatFileException.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">NonTransientFlatFileException</span></a> - Exception in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Exception thrown when errors are encountered with the underlying resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/NonTransientFlatFileException.html#NonTransientFlatFileException-java.lang.String-java.lang.String-">NonTransientFlatFileException(String, String)</a></span> - Constructor for exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/NonTransientFlatFileException.html" title="class in org.springframework.batch.item.file">NonTransientFlatFileException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/NonTransientFlatFileException.html#NonTransientFlatFileException-java.lang.String-java.lang.String-int-">NonTransientFlatFileException(String, String, int)</a></span> - Constructor for exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/NonTransientFlatFileException.html" title="class in org.springframework.batch.item.file">NonTransientFlatFileException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/NonTransientFlatFileException.html#NonTransientFlatFileException-java.lang.String-java.lang.Throwable-java.lang.String-int-">NonTransientFlatFileException(String, Throwable, String, int)</a></span> - Constructor for exception org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/NonTransientFlatFileException.html" title="class in org.springframework.batch.item.file">NonTransientFlatFileException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/NonTransientResourceException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">NonTransientResourceException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Exception indicating that an error has been encountered doing I/O from a
reader, and the exception should be considered fatal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/NonTransientResourceException.html#NonTransientResourceException-java.lang.String-java.lang.Throwable-">NonTransientResourceException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/NonTransientResourceException.html" title="class in org.springframework.batch.item">NonTransientResourceException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/NonTransientResourceException.html" title="class in org.springframework.batch.item"><code>NonTransientResourceException</code></a> based on a message and
another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/NonTransientResourceException.html#NonTransientResourceException-java.lang.String-">NonTransientResourceException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/NonTransientResourceException.html" title="class in org.springframework.batch.item">NonTransientResourceException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/NonTransientResourceException.html" title="class in org.springframework.batch.item"><code>NonTransientResourceException</code></a> based on a message.</div>
</dd>
<dt><a href="org/springframework/batch/item/xml/stax/NoStartEndDocumentStreamWriter.html" title="class in org.springframework.batch.item.xml.stax"><span class="typeNameLink">NoStartEndDocumentStreamWriter</span></a> - Class in <a href="org/springframework/batch/item/xml/stax/package-summary.html">org.springframework.batch.item.xml.stax</a></dt>
<dd>
<div class="block">Delegating XMLEventWriter, which ignores start and end document events,
but passes through everything else.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/NoStartEndDocumentStreamWriter.html#NoStartEndDocumentStreamWriter-javax.xml.stream.XMLEventWriter-">NoStartEndDocumentStreamWriter(XMLEventWriter)</a></span> - Constructor for class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/NoStartEndDocumentStreamWriter.html" title="class in org.springframework.batch.item.xml.stax">NoStartEndDocumentStreamWriter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#onError-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">onError(RepeatContext, Throwable)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html#onError-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">onError(RepeatContext, Throwable)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html" title="class in org.springframework.batch.repeat.listener">RepeatListenerSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatListener.html#onError-org.springframework.batch.repeat.RepeatContext-java.lang.Throwable-">onError(RepeatContext, Throwable)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatListener.html" title="interface in org.springframework.batch.repeat">RepeatListener</a></dt>
<dd>
<div class="block">Called when a repeat callback fails by throwing an exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Initialize the reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>
<div class="block">Figure out which resource to start with in case of restart, open the delegate and restore delegate's position in
the resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourcesItemReader.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourcesItemReader.html" title="class in org.springframework.batch.item.file">ResourcesItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStream.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item">ItemStream</a></dt>
<dd>
<div class="block">Open the stream for the provided <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamSupport.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item">ItemStreamSupport</a></dt>
<dd>
<div class="block">No-op.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemStream.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemStream.html" title="class in org.springframework.batch.item.support">CompositeItemStream</a></dt>
<dd>
<div class="block">Broadcast the call to open.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support">SingleItemPeekableItemReader</a></dt>
<dd>
<div class="block">If the delegate is an <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a>, just pass the call on,
otherwise reset the peek cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support">SynchronizedItemStreamReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Open the output source</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/CheckpointSupport.html#open-org.springframework.batch.item.ExecutionContext-">open(ExecutionContext)</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item">CheckpointSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#open-org.springframework.batch.repeat.RepeatContext-">open(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html#open-org.springframework.batch.repeat.RepeatContext-">open(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html" title="class in org.springframework.batch.repeat.listener">RepeatListenerSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatListener.html#open-org.springframework.batch.repeat.RepeatContext-">open(RepeatContext)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatListener.html" title="interface in org.springframework.batch.repeat">RepeatListener</a></dt>
<dd>
<div class="block">Called once at the start of a complete batch, before any items are
processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#openCursor-java.sql.Connection-">openCursor(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#openCursor-java.sql.Connection-">openCursor(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#openCursor-java.sql.Connection-">openCursor(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">OraclePagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Oracle implementation of a
<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using
database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html#OraclePagingQueryProvider--">OraclePagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/OraclePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">OraclePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/Order.html" title="enum in org.springframework.batch.item.database"><span class="typeNameLink">Order</span></a> - Enum in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">The direction of the sort in an ORDER BY clause.</div>
</dd>
<dt><a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a> - package org.springframework.batch.item</dt>
<dd>
<div class="block">
Infrastructure interfaces and primary dependencies for item concerns.</div>
</dd>
<dt><a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a> - package org.springframework.batch.item.adapter</dt>
<dd>
<div class="block">
Adapters for Plain Old Java Objects.</div>
</dd>
<dt><a href="org/springframework/batch/item/amqp/package-summary.html">org.springframework.batch.item.amqp</a> - package org.springframework.batch.item.amqp</dt>
<dd>
<div class="block">AMQP related batch components.</div>
</dd>
<dt><a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a> - package org.springframework.batch.item.data</dt>
<dd>
<div class="block">Spring Data related readers and writers.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a> - package org.springframework.batch.item.database</dt>
<dd>
<div class="block">
Infrastructure implementations of database based item readers and writers.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/builder/package-summary.html">org.springframework.batch.item.database.builder</a> - package org.springframework.batch.item.database.builder</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/orm/package-summary.html">org.springframework.batch.item.database.orm</a> - package org.springframework.batch.item.database.orm</dt>
<dd>
<div class="block">Support classes for components using various ORM related technologies.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a> - package org.springframework.batch.item.database.support</dt>
<dd>
<div class="block">Support classes for database specific semantics.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a> - package org.springframework.batch.item.file</dt>
<dd>
<div class="block">
Infrastructure implementations of io file concerns.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/builder/package-summary.html">org.springframework.batch.item.file.builder</a> - package org.springframework.batch.item.file.builder</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a> - package org.springframework.batch.item.file.mapping</dt>
<dd>
<div class="block">
Infrastructure implementations of io file support mapping concerns.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/separator/package-summary.html">org.springframework.batch.item.file.separator</a> - package org.springframework.batch.item.file.separator</dt>
<dd>
<div class="block">
Infrastructure implementations of io file support separator concerns.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a> - package org.springframework.batch.item.file.transform</dt>
<dd>
<div class="block">
Infrastructure implementations of io file support transform concerns.</div>
</dd>
<dt><a href="org/springframework/batch/item/jms/package-summary.html">org.springframework.batch.item.jms</a> - package org.springframework.batch.item.jms</dt>
<dd>
<div class="block">JMS based reader/writer and related components.</div>
</dd>
<dt><a href="org/springframework/batch/item/ldif/package-summary.html">org.springframework.batch.item.ldif</a> - package org.springframework.batch.item.ldif</dt>
<dd>
<div class="block">This package contains the classes required for using the LdifParser in Spring LDAP.</div>
</dd>
<dt><a href="org/springframework/batch/item/mail/package-summary.html">org.springframework.batch.item.mail</a> - package org.springframework.batch.item.mail</dt>
<dd>
<div class="block">Java Mail based components.</div>
</dd>
<dt><a href="org/springframework/batch/item/mail/javamail/package-summary.html">org.springframework.batch.item.mail.javamail</a> - package org.springframework.batch.item.mail.javamail</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a> - package org.springframework.batch.item.support</dt>
<dd>
<div class="block">
Internal support package</div>
</dd>
<dt><a href="org/springframework/batch/item/util/package-summary.html">org.springframework.batch.item.util</a> - package org.springframework.batch.item.util</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/validator/package-summary.html">org.springframework.batch.item.validator</a> - package org.springframework.batch.item.validator</dt>
<dd>
<div class="block">
Infrastructure implementations of item validator concerns.</div>
</dd>
<dt><a href="org/springframework/batch/item/xml/package-summary.html">org.springframework.batch.item.xml</a> - package org.springframework.batch.item.xml</dt>
<dd>
<div class="block">
Infrastructure implementations of xml input and output.</div>
</dd>
<dt><a href="org/springframework/batch/item/xml/builder/package-summary.html">org.springframework.batch.item.xml.builder</a> - package org.springframework.batch.item.xml.builder</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/stax/package-summary.html">org.springframework.batch.item.xml.stax</a> - package org.springframework.batch.item.xml.stax</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/jsr/item/package-summary.html">org.springframework.batch.jsr.item</a> - package org.springframework.batch.jsr.item</dt>
<dd>
<div class="block">Components for adapting JSR item based components to Spring Batch.</div>
</dd>
<dt><a href="org/springframework/batch/jsr/repeat/package-summary.html">org.springframework.batch.jsr.repeat</a> - package org.springframework.batch.jsr.repeat</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/poller/package-summary.html">org.springframework.batch.poller</a> - package org.springframework.batch.poller</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a> - package org.springframework.batch.repeat</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat concerns.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/callback/package-summary.html">org.springframework.batch.repeat.callback</a> - package org.springframework.batch.repeat.callback</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat callback concerns.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/context/package-summary.html">org.springframework.batch.repeat.context</a> - package org.springframework.batch.repeat.context</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat context concerns.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a> - package org.springframework.batch.repeat.exception</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat exception handler concerns.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/interceptor/package-summary.html">org.springframework.batch.repeat.interceptor</a> - package org.springframework.batch.repeat.interceptor</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat aop concerns.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/listener/package-summary.html">org.springframework.batch.repeat.listener</a> - package org.springframework.batch.repeat.listener</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat interceptor concerns.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a> - package org.springframework.batch.repeat.policy</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat policy concerns.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a> - package org.springframework.batch.repeat.support</dt>
<dd>
<div class="block">
Infrastructure implementations of repeat support concerns.</div>
</dd>
<dt><a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a> - package org.springframework.batch.support</dt>
<dd>
<div class="block">
Infrastructure implementations of support concerns.</div>
</dd>
<dt><a href="org/springframework/batch/support/annotation/package-summary.html">org.springframework.batch.support.annotation</a> - package org.springframework.batch.support.annotation</dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/transaction/package-summary.html">org.springframework.batch.support.transaction</a> - package org.springframework.batch.support.transaction</dt>
<dd>
<div class="block">
Infrastructure implementations of support transaction concerns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#overwriteOutput-boolean-">overwriteOutput(boolean)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">Indicates if an existing file should be overwritten if found.</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#page">page</a></span> - Variable in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#pageSize">pageSize</a></span> - Variable in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#pageSize-int-">pageSize(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The number of records to request per page/query.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><span class="typeNameLink">PagingQueryProvider</span></a> - Interface in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">Interface defining the functionality to be provided for generating paging queries for use with Paging
Item Readers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#parameterValues-java.util.Map-">parameterValues(Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">A <code>Map</code> of values to set on the SQL's prepared statement.</div>
</dd>
<dt><a href="org/springframework/batch/item/ParseException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">ParseException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Exception indicating that an error has been encountered parsing IO, typically from a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ParseException.html#ParseException-java.lang.String-java.lang.Throwable-">ParseException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ParseException.html" title="class in org.springframework.batch.item">ParseException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ParseException.html" title="class in org.springframework.batch.item"><code>ParseException</code></a> based on a message and another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ParseException.html#ParseException-java.lang.String-">ParseException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ParseException.html" title="class in org.springframework.batch.item">ParseException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ParseException.html" title="class in org.springframework.batch.item"><code>ParseException</code></a> based on a message.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/PassThroughFieldExtractor.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">PassThroughFieldExtractor</span></a>&lt;<a href="org/springframework/batch/item/file/transform/PassThroughFieldExtractor.html" title="type parameter in PassThroughFieldExtractor">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/file/transform/FieldExtractor.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldExtractor</code></a> that just returns the original item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PassThroughFieldExtractor.html#PassThroughFieldExtractor--">PassThroughFieldExtractor()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PassThroughFieldExtractor.html" title="class in org.springframework.batch.item.file.transform">PassThroughFieldExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/mapping/PassThroughFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping"><span class="typeNameLink">PassThroughFieldSetMapper</span></a> - Class in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block">Pass through <a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html" title="interface in org.springframework.batch.item.file.mapping"><code>FieldSetMapper</code></a> useful for passing a <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a>
back directly rather than a mapped object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PassThroughFieldSetMapper.html#PassThroughFieldSetMapper--">PassThroughFieldSetMapper()</a></span> - Constructor for class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PassThroughFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">PassThroughFieldSetMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/PassThroughItemProcessor.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">PassThroughItemProcessor</span></a>&lt;<a href="org/springframework/batch/item/support/PassThroughItemProcessor.html" title="type parameter in PassThroughItemProcessor">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">Simple <a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item"><code>ItemProcessor</code></a> that does nothing - simply passes its argument
through to the caller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/PassThroughItemProcessor.html#PassThroughItemProcessor--">PassThroughItemProcessor()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/PassThroughItemProcessor.html" title="class in org.springframework.batch.item.support">PassThroughItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/PassThroughLineAggregator.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">PassThroughLineAggregator</span></a>&lt;<a href="org/springframework/batch/item/file/transform/PassThroughLineAggregator.html" title="type parameter in PassThroughLineAggregator">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><code>LineAggregator</code></a> implementation that simply calls
<code>Object.toString()</code> on the given object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PassThroughLineAggregator.html#PassThroughLineAggregator--">PassThroughLineAggregator()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PassThroughLineAggregator.html" title="class in org.springframework.batch.item.file.transform">PassThroughLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/mapping/PassThroughLineMapper.html" title="class in org.springframework.batch.item.file.mapping"><span class="typeNameLink">PassThroughLineMapper</span></a> - Class in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block">Pass through <a href="org/springframework/batch/item/file/LineMapper.html" title="interface in org.springframework.batch.item.file"><code>LineMapper</code></a> useful for passing the original
<code>String</code> back directly rather than a mapped object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PassThroughLineMapper.html#PassThroughLineMapper--">PassThroughLineMapper()</a></span> - Constructor for class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PassThroughLineMapper.html" title="class in org.springframework.batch.item.file.mapping">PassThroughLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/PatternMatcher.html" title="class in org.springframework.batch.support"><span class="typeNameLink">PatternMatcher</span></a>&lt;<a href="org/springframework/batch/support/PatternMatcher.html" title="type parameter in PatternMatcher">S</a>&gt; - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/PatternMatcher.html#PatternMatcher-java.util.Map-">PatternMatcher(Map&lt;String, S&gt;)</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/PatternMatcher.html" title="class in org.springframework.batch.support">PatternMatcher</a></dt>
<dd>
<div class="block">Initialize a new <a href="org/springframework/batch/support/PatternMatcher.html" title="class in org.springframework.batch.support"><code>PatternMatcher</code></a> with a map of patterns to values</div>
</dd>
<dt><a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html" title="class in org.springframework.batch.item.file.mapping"><span class="typeNameLink">PatternMatchingCompositeLineMapper</span></a>&lt;<a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html" title="type parameter in PatternMatchingCompositeLineMapper">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/mapping/package-summary.html">org.springframework.batch.item.file.mapping</a></dt>
<dd>
<div class="block">
A <a href="org/springframework/batch/item/file/LineMapper.html" title="interface in org.springframework.batch.item.file"><code>LineMapper</code></a> implementation that stores a mapping of String patterns
to delegate <a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform"><code>LineTokenizer</code></a>s as well as a mapping of String patterns to
delegate <a href="org/springframework/batch/item/file/mapping/FieldSetMapper.html" title="interface in org.springframework.batch.item.file.mapping"><code>FieldSetMapper</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html#PatternMatchingCompositeLineMapper--">PatternMatchingCompositeLineMapper()</a></span> - Constructor for class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html" title="class in org.springframework.batch.item.file.mapping">PatternMatchingCompositeLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">PatternMatchingCompositeLineTokenizer</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform"><code>LineTokenizer</code></a> implementation that stores a mapping of String
patterns to delegate <a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform"><code>LineTokenizer</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html#PatternMatchingCompositeLineTokenizer--">PatternMatchingCompositeLineTokenizer()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">PatternMatchingCompositeLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/PeekableItemReader.html#peek--">peek()</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/PeekableItemReader.html" title="interface in org.springframework.batch.item">PeekableItemReader</a></dt>
<dd>
<div class="block">Get the next item that would be returned by <a href="org/springframework/batch/item/ItemReader.html#read--"><code>ItemReader.read()</code></a>, without
affecting the result of <a href="org/springframework/batch/item/ItemReader.html#read--"><code>ItemReader.read()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#peek--">peek()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support">SingleItemPeekableItemReader</a></dt>
<dd>
<div class="block">Peek at the next item, ensuring that if the delegate is an
<a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> the state is stored for the next call to
<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#update-org.springframework.batch.item.ExecutionContext-"><code>SingleItemPeekableItemReader.update(ExecutionContext)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#peek--">peek()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/PeekableItemReader.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">PeekableItemReader</span></a>&lt;<a href="org/springframework/batch/item/PeekableItemReader.html" title="type parameter in PeekableItemReader">T</a>&gt; - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">
A specialisation of <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> that allows the user to look ahead
into the stream of items.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/poller/DirectPoller.html#poll-java.util.concurrent.Callable-">poll(Callable&lt;S&gt;)</a></span> - Method in class org.springframework.batch.poller.<a href="org/springframework/batch/poller/DirectPoller.html" title="class in org.springframework.batch.poller">DirectPoller</a></dt>
<dd>
<div class="block">Get a future for a non-null result from the callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/poller/Poller.html#poll-java.util.concurrent.Callable-">poll(Callable&lt;T&gt;)</a></span> - Method in interface org.springframework.batch.poller.<a href="org/springframework/batch/poller/Poller.html" title="interface in org.springframework.batch.poller">Poller</a></dt>
<dd>
<div class="block">Use the callable provided to poll for a non-null result.</div>
</dd>
<dt><a href="org/springframework/batch/poller/Poller.html" title="interface in org.springframework.batch.poller"><span class="typeNameLink">Poller</span></a>&lt;<a href="org/springframework/batch/poller/Poller.html" title="type parameter in Poller">T</a>&gt; - Interface in <a href="org/springframework/batch/poller/package-summary.html">org.springframework.batch.poller</a></dt>
<dd>
<div class="block">Interface for polling a <code>Callable</code> instance provided by the user.</div>
</dd>
<dt><a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">PostgresPagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Postgres implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html#PostgresPagingQueryProvider--">PostgresPagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/PostgresPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">PostgresPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html#postProcess-java.lang.String-">postProcess(String)</a></span> - Method in interface org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator">RecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Give the policy a chance to post-process a complete record, e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html#postProcess-java.lang.String-">postProcess(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SimpleRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Pass the record through.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html#postProcess-java.lang.String-">postProcess(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SuffixRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Remove the suffix from the end of the record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#preparedStatementSetter-org.springframework.jdbc.core.PreparedStatementSetter-">preparedStatementSetter(PreparedStatementSetter)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Configures the provided <code>PreparedStatementSetter</code> to be used to populate any
arguments in the SQL query to be executed for the reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html#preProcess-java.lang.String-">preProcess(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">DefaultRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">If we are in an unterminated quote, add a line separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html#preProcess-java.lang.String-">preProcess(String)</a></span> - Method in interface org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator">RecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Pre-process a record before another line is appended, in the case of a
multi-line record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html#preProcess-java.lang.String-">preProcess(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SimpleRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Pass the line through.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/ItemProcessorAdapter.html#process-I-">process(I)</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/ItemProcessorAdapter.html" title="class in org.springframework.batch.item.adapter">ItemProcessorAdapter</a></dt>
<dd>
<div class="block">Invoke the delegate method and return the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemProcessor.html#process-I-">process(I)</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item">ItemProcessor</a></dt>
<dd>
<div class="block">Process the provided item, returning a potentially modified or new item for continued
processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html#process-I-">process(I)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html" title="class in org.springframework.batch.item.support">ClassifierCompositeItemProcessor</a></dt>
<dd>
<div class="block">Delegates to injected <a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item"><code>ItemProcessor</code></a> instances according to the
classification by the <code>Classifier</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemProcessor.html#process-I-">process(I)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemProcessor.html" title="class in org.springframework.batch.item.support">CompositeItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/PassThroughItemProcessor.html#process-T-">process(T)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/PassThroughItemProcessor.html" title="class in org.springframework.batch.item.support">PassThroughItemProcessor</a></dt>
<dd>
<div class="block">Just returns the item back to the caller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ScriptItemProcessor.html#process-I-">process(I)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="class in org.springframework.batch.item.support">ScriptItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html#process-T-">process(T)</a></span> - Method in class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="class in org.springframework.batch.item.validator">ValidatingItemProcessor</a></dt>
<dd>
<div class="block">Validate the item and return it unmodified</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemProcessorAdapter.html#process-I-">process(I)</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemProcessorAdapter.html" title="class in org.springframework.batch.jsr.item">ItemProcessorAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/PropertiesConverter.html" title="class in org.springframework.batch.support"><span class="typeNameLink">PropertiesConverter</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Utility to convert a Properties object to a String and back.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/PropertiesConverter.html#propertiesToString-java.util.Properties-">propertiesToString(Properties)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/PropertiesConverter.html" title="class in org.springframework.batch.support">PropertiesConverter</a></dt>
<dd>
<div class="block">Convert Properties object to String.</div>
</dd>
<dt><a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html" title="class in org.springframework.batch.item.adapter"><span class="typeNameLink">PropertyExtractingDelegatingItemWriter</span></a>&lt;<a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html" title="type parameter in PropertyExtractingDelegatingItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/adapter/package-summary.html">org.springframework.batch.item.adapter</a></dt>
<dd>
<div class="block">Delegates processing to a custom method - extracts property values from item
object and uses them as arguments for the delegate method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html#PropertyExtractingDelegatingItemWriter--">PropertyExtractingDelegatingItemWriter()</a></span> - Constructor for class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html" title="class in org.springframework.batch.item.adapter">PropertyExtractingDelegatingItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#prototypeBeanName-java.lang.String-">prototypeBeanName(String)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Configures the id of a prototype scoped bean to be used as the item returned by the
reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#put-java.lang.String-java.lang.Object-">put(String, Object)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Add an Object value to the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html#put-org.springframework.batch.repeat.support.ResultHolder-">put(ResultHolder)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html" title="class in org.springframework.batch.repeat.support">ResultHolderResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html#put-T-">put(T)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="class in org.springframework.batch.repeat.support">ThrottleLimitResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#putDouble-java.lang.String-double-">putDouble(String, double)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Add a Double value to the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#putInt-java.lang.String-int-">putInt(String, int)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Adds an Integer value to the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#putLong-java.lang.String-long-">putLong(String, long)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Adds a Long value to the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#putString-java.lang.String-java.lang.String-">putString(String, String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Adds a String value to the context.</div>
</dd>
</dl>
<a name="I:Q">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#queryArguments-java.lang.Object:A-">queryArguments(Object[])</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Configures a <code>PreparedStatementSetter</code> that will use the array as the values
to be set on the query to be executed for this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#queryArguments-java.lang.Object:A-int:A-">queryArguments(Object[], int[])</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Configures a <code>PreparedStatementSetter</code> that will use the Object [] as the
values to be set on the query to be executed for this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#queryArguments-java.util.List-">queryArguments(List&lt;?&gt;)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Configures a <code>PreparedStatementSetter</code> that will use the List as the values
to be set on the query to be executed for this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#queryProvider-org.springframework.batch.item.database.PagingQueryProvider-">queryProvider(PagingQueryProvider)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> to provide the queries required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#queryTimeout-int-">queryTimeout(int)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">The time in milliseconds for the query to timeout</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html#quoteCharacter-char-">quoteCharacter(char)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.DelimitedBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.DelimitedBuilder</a></dt>
<dd>
<div class="block">Define the character used to quote fields.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">Range</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">A class to represent ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Range.html#Range-int-">Range(int)</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Range.html#Range-int-int-">Range(int, int)</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform">Range</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">RangeArrayPropertyEditor</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Property editor implementation which parses string and creates array of
ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html#RangeArrayPropertyEditor--">RangeArrayPropertyEditor()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html" title="class in org.springframework.batch.item.file.transform">RangeArrayPropertyEditor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/ItemReaderAdapter.html#read--">read()</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/ItemReaderAdapter.html" title="class in org.springframework.batch.item.adapter">ItemReaderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/amqp/AmqpItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.amqp.<a href="org/springframework/batch/item/amqp/AmqpItemReader.html" title="class in org.springframework.batch.item.amqp">AmqpItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>
<div class="block">Reads the next item, jumping to next resource if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourcesItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourcesItemReader.html" title="class in org.springframework.batch.item.file">ResourcesItemReader</a></dt>
<dd>
<div class="block">Increments a counter and returns the next <code>Resource</code> instance from
the input, or null if none remain.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemReader.html#read--">read()</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item">ItemReader</a></dt>
<dd>
<div class="block">Reads a piece of input data and advance to the next one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/IteratorItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/IteratorItemReader.html" title="class in org.springframework.batch.item.support">IteratorItemReader</a></dt>
<dd>
<div class="block">Implementation of <a href="org/springframework/batch/item/ItemReader.html#read--"><code>ItemReader.read()</code></a> that just iterates over the
iterator provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ListItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ListItemReader.html" title="class in org.springframework.batch.item.support">ListItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support">SingleItemPeekableItemReader</a></dt>
<dd>
<div class="block">Get the next item from the delegate (whether or not it has already been
peeked at).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html#read--">read()</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support">SynchronizedItemStreamReader</a></dt>
<dd>
<div class="block">This delegates to the read method of the <code>delegate</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html#read--">read()</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemReaderAdapter.html" title="class in org.springframework.batch.jsr.item">ItemReaderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readAndTrim-int-">readAndTrim(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>
<div class="block">Read and trim the <code>String</code> value at '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBigDecimal-int-">readBigDecimal(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBigDecimal-java.lang.String-">readBigDecimal(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBigDecimal-int-java.math.BigDecimal-">readBigDecimal(int, BigDecimal)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBigDecimal-java.lang.String-java.math.BigDecimal-">readBigDecimal(String, BigDecimal)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBigDecimal-int-">readBigDecimal(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>BigDecimal</code> value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBigDecimal-java.lang.String-">readBigDecimal(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>BigDecimal</code> value from column with given '<code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBigDecimal-int-java.math.BigDecimal-">readBigDecimal(int, BigDecimal)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>BigDecimal</code> value at index '<code>index</code>',
returning the supplied <code>defaultValue</code> if the trimmed string
value at index '<code>index</code>' is blank.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBigDecimal-java.lang.String-java.math.BigDecimal-">readBigDecimal(String, BigDecimal)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>BigDecimal</code> value from column with given '<code>name</code>,
returning the supplied <code>defaultValue</code> if the trimmed string
value at index '<code>index</code>' is blank.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBoolean-int-">readBoolean(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBoolean-java.lang.String-">readBoolean(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBoolean-int-java.lang.String-">readBoolean(int, String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readBoolean-java.lang.String-java.lang.String-">readBoolean(String, String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBoolean-int-">readBoolean(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>boolean</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBoolean-java.lang.String-">readBoolean(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>boolean</code>' value from column with given '<code>name</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBoolean-int-java.lang.String-">readBoolean(int, String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>boolean</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readBoolean-java.lang.String-java.lang.String-">readBoolean(String, String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>boolean</code>' value from column with given '<code>name</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readByte-int-">readByte(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readByte-java.lang.String-">readByte(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readByte-int-">readByte(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>byte</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readByte-java.lang.String-">readByte(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>byte</code>' value from column with given '<code>name</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readChar-int-">readChar(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readChar-java.lang.String-">readChar(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readChar-int-">readChar(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>char</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readChar-java.lang.String-">readChar(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>char</code>' value from column with given '<code>name</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#readCursor-java.sql.ResultSet-int-">readCursor(ResultSet, int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Read the cursor and map to the type of object this reader should return.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#readCursor-java.sql.ResultSet-int-">readCursor(ResultSet, int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#readCursor-java.sql.ResultSet-int-">readCursor(ResultSet, int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-int-">readDate(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-int-java.util.Date-">readDate(int, Date)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-java.lang.String-">readDate(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-java.lang.String-java.util.Date-">readDate(String, Date)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-int-java.lang.String-">readDate(int, String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-int-java.lang.String-java.util.Date-">readDate(int, String, Date)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-java.lang.String-java.lang.String-">readDate(String, String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDate-java.lang.String-java.lang.String-java.util.Date-">readDate(String, String, Date)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-int-">readDate(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.util.Date</code> value in default format at
designated column <code>index</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-java.lang.String-">readDate(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.sql.Date</code> value in given format from column
with given <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-int-java.util.Date-">readDate(int, Date)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.util.Date</code> value in default format at
designated column <code>index</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-java.lang.String-java.util.Date-">readDate(String, Date)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.sql.Date</code> value in given format from column
with given <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-int-java.lang.String-">readDate(int, String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.util.Date</code> value in default format at
designated column <code>index</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-java.lang.String-java.lang.String-">readDate(String, String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.sql.Date</code> value in given format from column
with given <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-int-java.lang.String-java.util.Date-">readDate(int, String, Date)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.util.Date</code> value in default format at
designated column <code>index</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDate-java.lang.String-java.lang.String-java.util.Date-">readDate(String, String, Date)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>java.sql.Date</code> value in given format from column
with given <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDouble-int-">readDouble(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readDouble-java.lang.String-">readDouble(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDouble-int-">readDouble(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>double</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readDouble-java.lang.String-">readDouble(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>double</code>' value from column with given '<code>name</code>.</div>
</dd>
<dt><a href="org/springframework/batch/item/ReaderNotOpenException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">ReaderNotOpenException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Exception indicating that an <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> needed to be opened before read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ReaderNotOpenException.html#ReaderNotOpenException-java.lang.String-">ReaderNotOpenException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ReaderNotOpenException.html" title="class in org.springframework.batch.item">ReaderNotOpenException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ReaderNotOpenException.html" title="class in org.springframework.batch.item"><code>ReaderNotOpenException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ReaderNotOpenException.html#ReaderNotOpenException-java.lang.String-java.lang.Throwable-">ReaderNotOpenException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/ReaderNotOpenException.html" title="class in org.springframework.batch.item">ReaderNotOpenException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/ReaderNotOpenException.html" title="class in org.springframework.batch.item"><code>ReaderNotOpenException</code></a> based on a message and another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readFloat-int-">readFloat(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readFloat-java.lang.String-">readFloat(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readFloat-int-">readFloat(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>float</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readFloat-java.lang.String-">readFloat(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>float</code>' value from column with given '<code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readInt-int-">readInt(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readInt-java.lang.String-">readInt(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readInt-int-int-">readInt(int, int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readInt-java.lang.String-int-">readInt(String, int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readInt-int-">readInt(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>int</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readInt-java.lang.String-">readInt(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>int</code>' value from column with given '<code>name</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readInt-int-int-">readInt(int, int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>int</code>' value at index '<code>index</code>',
using the supplied <code>defaultValue</code> if the field value is
blank.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readInt-java.lang.String-int-">readInt(String, int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>int</code>' value from column with given '<code>name</code>',
using the supplied <code>defaultValue</code> if the field value is
blank.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readLong-int-">readLong(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readLong-java.lang.String-">readLong(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readLong-int-long-">readLong(int, long)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readLong-java.lang.String-long-">readLong(String, long)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readLong-int-">readLong(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>long</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readLong-java.lang.String-">readLong(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>long</code>' value from column with given '<code>name</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readLong-int-long-">readLong(int, long)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>long</code>' value at index '<code>index</code>',
using the supplied <code>defaultValue</code> if the field value is
blank.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readLong-java.lang.String-long-">readLong(String, long)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>long</code>' value from column with given '<code>name</code>',
using the supplied <code>defaultValue</code> if the field value is
blank.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#readPage-int-int-int-java.util.Map-">readPage(int, int, int, Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>
<div class="block">Read a page of data, clearing the existing session (if necessary) first,
and creating a new session before executing the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readRawString-int-">readRawString(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readRawString-java.lang.String-">readRawString(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readRawString-int-">readRawString(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>String</code> value at index '<code>index</code>' including
trailing whitespace (don't trim).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readRawString-java.lang.String-">readRawString(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>String</code> value from column with given '<code>name</code>'
including trailing whitespace (don't trim).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readShort-int-">readShort(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readShort-java.lang.String-">readShort(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readShort-int-">readShort(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>short</code>' value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readShort-java.lang.String-">readShort(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the '<code>short</code>' value from column with given '<code>name</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readString-int-">readString(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#readString-java.lang.String-">readString(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readString-int-">readString(int)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>String</code> value at index '<code>index</code>'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FieldSet.html#readString-java.lang.String-">readString(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform">FieldSet</a></dt>
<dd>
<div class="block">Read the <code>String</code> value from column with given '<code>name</code>'.</div>
</dd>
<dt><a href="org/springframework/batch/item/ldif/RecordCallbackHandler.html" title="interface in org.springframework.batch.item.ldif"><span class="typeNameLink">RecordCallbackHandler</span></a> - Interface in <a href="org/springframework/batch/item/ldif/package-summary.html">org.springframework.batch.item.ldif</a></dt>
<dd>
<div class="block">This interface can be used to operate on skipped records during open in the <a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif"><code>LdifReader</code></a> and the
<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif"><code>MappingLdifReader</code></a>.</div>
</dd>
<dt><a href="org/springframework/batch/item/ldif/RecordMapper.html" title="interface in org.springframework.batch.item.ldif"><span class="typeNameLink">RecordMapper</span></a>&lt;<a href="org/springframework/batch/item/ldif/RecordMapper.html" title="type parameter in RecordMapper">T</a>&gt; - Interface in <a href="org/springframework/batch/item/ldif/package-summary.html">org.springframework.batch.item.ldif</a></dt>
<dd>
<div class="block">This interface should be implemented to map <code>LdapAttributes</code> objects to POJOs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#recordSeparatorPolicy-org.springframework.batch.item.file.separator.RecordSeparatorPolicy-">recordSeparatorPolicy(RecordSeparatorPolicy)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Configure a custom <a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator"><code>RecordSeparatorPolicy</code></a> for the reader.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator"><span class="typeNameLink">RecordSeparatorPolicy</span></a> - Interface in <a href="org/springframework/batch/item/file/separator/package-summary.html">org.springframework.batch.item.file.separator</a></dt>
<dd>
<div class="block">Policy for text file-based input sources to determine the end of a record,
e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html#recover-java.lang.Object:A-java.lang.Throwable-">recover(Object[], Throwable)</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html" title="class in org.springframework.batch.item.jms">JmsMethodInvocationRecoverer</a></dt>
<dd>
<div class="block">Send one message per item in the arguments list using the default destination of
the jms template.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">RecursiveCollectionLineAggregator</span></a>&lt;<a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html" title="type parameter in RecursiveCollectionLineAggregator">T</a>&gt; - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">An implementation of <a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><code>LineAggregator</code></a> that concatenates a collection of
items of a common type with the system line separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html#RecursiveCollectionLineAggregator--">RecursiveCollectionLineAggregator()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html" title="class in org.springframework.batch.item.file.transform">RecursiveCollectionLineAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/ReflectionUtils.html" title="class in org.springframework.batch.support"><span class="typeNameLink">ReflectionUtils</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Provides reflection based utilities for Spring Batch that are not available
via Spring Core</div>
</dd>
<dt><a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html" title="class in org.springframework.batch.item.file.transform"><span class="typeNameLink">RegexLineTokenizer</span></a> - Class in <a href="org/springframework/batch/item/file/transform/package-summary.html">org.springframework.batch.item.file.transform</a></dt>
<dd>
<div class="block">Line-tokenizer using a regular expression to filter out data (by using matching and non-matching groups).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html#RegexLineTokenizer--">RegexLineTokenizer()</a></span> - Constructor for class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">RegexLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemStream.html#register-org.springframework.batch.item.ItemStream-">register(ItemStream)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemStream.html" title="class in org.springframework.batch.item.support">CompositeItemStream</a></dt>
<dd>
<div class="block">Register a <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> as one of the interesting providers under
the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#register-org.springframework.batch.repeat.RepeatListener-">register(RepeatListener)</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>
<div class="block">Register additional listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html#register-org.springframework.batch.repeat.RepeatContext-">register(RepeatContext)</a></span> - Static method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html" title="class in org.springframework.batch.repeat.support">RepeatSynchronizationManager</a></dt>
<dd>
<div class="block">Method for registering a context - should only be used by
<a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><code>RepeatOperations</code></a> implementations to ensure that
<a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html#getContext--"><code>RepeatSynchronizationManager.getContext()</code></a> always returns the correct value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DefaultPropertyEditorRegistrar.html#registerCustomEditors-org.springframework.beans.PropertyEditorRegistry-">registerCustomEditors(PropertyEditorRegistry)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/DefaultPropertyEditorRegistrar.html" title="class in org.springframework.batch.support">DefaultPropertyEditorRegistrar</a></dt>
<dd>
<div class="block">Register the custom editors with the given registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#registerDestructionCallback-java.lang.String-java.lang.Runnable-">registerDestructionCallback(String, Runnable)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#registerDestructionCallback-java.lang.String-java.lang.Runnable-">registerDestructionCallback(String, Runnable)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">Register a callback to be executed on close, associated with the
attribute having the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#registerListener-org.springframework.batch.repeat.RepeatListener-">registerListener(RepeatListener)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Register an additional listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Removes the mapping for a key from this context if it is present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#removeAttribute-java.lang.String-">removeAttribute(String)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/RepeatCallback.html" title="interface in org.springframework.batch.repeat"><span class="typeNameLink">RepeatCallback</span></a> - Interface in <a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a></dt>
<dd>
<div class="block">Callback interface for batch operations.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat"><span class="typeNameLink">RepeatContext</span></a> - Interface in <a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a></dt>
<dd>
<div class="block">Base interface for context which controls the state and completion /
termination of a batch step.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/context/RepeatContextCounter.html" title="class in org.springframework.batch.repeat.context"><span class="typeNameLink">RepeatContextCounter</span></a> - Class in <a href="org/springframework/batch/repeat/context/package-summary.html">org.springframework.batch.repeat.context</a></dt>
<dd>
<div class="block">Helper class for policies that need to count the number of occurrences of
some event (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextCounter.html#RepeatContextCounter-org.springframework.batch.repeat.RepeatContext-java.lang.String-">RepeatContextCounter(RepeatContext, String)</a></span> - Constructor for class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextCounter.html" title="class in org.springframework.batch.repeat.context">RepeatContextCounter</a></dt>
<dd>
<div class="block">Convenience constructor with useParent=false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextCounter.html#RepeatContextCounter-org.springframework.batch.repeat.RepeatContext-java.lang.String-boolean-">RepeatContextCounter(RepeatContext, String, boolean)</a></span> - Constructor for class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextCounter.html" title="class in org.springframework.batch.repeat.context">RepeatContextCounter</a></dt>
<dd>
<div class="block">Construct a new <a href="org/springframework/batch/repeat/context/RepeatContextCounter.html" title="class in org.springframework.batch.repeat.context"><code>RepeatContextCounter</code></a>.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context"><span class="typeNameLink">RepeatContextSupport</span></a> - Class in <a href="org/springframework/batch/repeat/context/package-summary.html">org.springframework.batch.repeat.context</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#RepeatContextSupport-org.springframework.batch.repeat.RepeatContext-">RepeatContextSupport(RepeatContext)</a></span> - Constructor for class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>
<div class="block">Constructor for <a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context"><code>RepeatContextSupport</code></a>.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/RepeatException.html" title="class in org.springframework.batch.repeat"><span class="typeNameLink">RepeatException</span></a> - Exception in <a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatException.html#RepeatException-java.lang.String-">RepeatException(String)</a></span> - Constructor for exception org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatException.html" title="class in org.springframework.batch.repeat">RepeatException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatException.html#RepeatException-java.lang.String-java.lang.Throwable-">RepeatException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatException.html" title="class in org.springframework.batch.repeat">RepeatException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/support/RepeatInternalState.html" title="interface in org.springframework.batch.repeat.support"><span class="typeNameLink">RepeatInternalState</span></a> - Interface in <a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a></dt>
<dd>
<div class="block">Internal interface for extensions of <a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support"><code>RepeatTemplate</code></a>.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/support/RepeatInternalStateSupport.html" title="class in org.springframework.batch.repeat.support"><span class="typeNameLink">RepeatInternalStateSupport</span></a> - Class in <a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatInternalStateSupport.html#RepeatInternalStateSupport--">RepeatInternalStateSupport()</a></span> - Constructor for class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatInternalStateSupport.html" title="class in org.springframework.batch.repeat.support">RepeatInternalStateSupport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/RepeatListener.html" title="interface in org.springframework.batch.repeat"><span class="typeNameLink">RepeatListener</span></a> - Interface in <a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a></dt>
<dd>
<div class="block">Interface for listeners to the batch process.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html" title="class in org.springframework.batch.repeat.listener"><span class="typeNameLink">RepeatListenerSupport</span></a> - Class in <a href="org/springframework/batch/repeat/listener/package-summary.html">org.springframework.batch.repeat.listener</a></dt>
<dd>
<div class="block">Empty method implementation of <a href="org/springframework/batch/repeat/RepeatListener.html" title="interface in org.springframework.batch.repeat"><code>RepeatListener</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html#RepeatListenerSupport--">RepeatListenerSupport()</a></span> - Constructor for class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/RepeatListenerSupport.html" title="class in org.springframework.batch.repeat.listener">RepeatListenerSupport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><span class="typeNameLink">RepeatOperations</span></a> - Interface in <a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a></dt>
<dd>
<div class="block">The main interface providing access to batch operations.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/interceptor/RepeatOperationsInterceptor.html" title="class in org.springframework.batch.repeat.interceptor"><span class="typeNameLink">RepeatOperationsInterceptor</span></a> - Class in <a href="org/springframework/batch/repeat/interceptor/package-summary.html">org.springframework.batch.repeat.interceptor</a></dt>
<dd>
<div class="block">A <code>MethodInterceptor</code> that can be used to automatically repeat calls to
a method on a service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/interceptor/RepeatOperationsInterceptor.html#RepeatOperationsInterceptor--">RepeatOperationsInterceptor()</a></span> - Constructor for class org.springframework.batch.repeat.interceptor.<a href="org/springframework/batch/repeat/interceptor/RepeatOperationsInterceptor.html" title="class in org.springframework.batch.repeat.interceptor">RepeatOperationsInterceptor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/RepeatStatus.html" title="enum in org.springframework.batch.repeat"><span class="typeNameLink">RepeatStatus</span></a> - Enum in <a href="org/springframework/batch/repeat/package-summary.html">org.springframework.batch.repeat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html" title="class in org.springframework.batch.repeat.support"><span class="typeNameLink">RepeatSynchronizationManager</span></a> - Class in <a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a></dt>
<dd>
<div class="block">Global variable support for repeat clients.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support"><span class="typeNameLink">RepeatTemplate</span></a> - Class in <a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a></dt>
<dd>
<div class="block">Simple implementation and base class for batch templates implementing
<a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><code>RepeatOperations</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#RepeatTemplate--">RepeatTemplate()</a></span> - Constructor for class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">RepositoryItemReader</span></a>&lt;<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="type parameter in RepositoryItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">
A <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> that reads records utilizing
a <code>PagingAndSortingRepository</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#RepositoryItemReader--">RepositoryItemReader()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">RepositoryItemWriter</span></a>&lt;<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="type parameter in RepositoryItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">
A <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> wrapper for a
<code>CrudRepository</code> from Spring Data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemWriter.html#RepositoryItemWriter--">RepositoryItemWriter()</a></span> - Constructor for class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data">RepositoryItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html#reset--">reset()</a></span> - Method in class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/DefaultFragmentEventReader.html" title="class in org.springframework.batch.item.xml.stax">DefaultFragmentEventReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html#reset--">reset()</a></span> - Method in interface org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/FragmentEventReader.html" title="interface in org.springframework.batch.item.xml.stax">FragmentEventReader</a></dt>
<dd>
<div class="block">Reset the state of the fragment reader - make it forget
it assumptions about current position of cursor
(e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#resource-org.springframework.core.io.Resource-">resource(Resource)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">The <code>Resource</code> to be used as input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#resource-org.springframework.core.io.Resource-">resource(Resource)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">The <code>Resource</code> to be used as output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#resource-org.springframework.core.io.Resource-">resource(Resource)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">The <code>Resource</code> to be used as input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#resource-org.springframework.core.io.Resource-">resource(Resource)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">The <code>Resource</code> to be used as output.</div>
</dd>
<dt><a href="org/springframework/batch/item/ResourceAware.html" title="interface in org.springframework.batch.item"><span class="typeNameLink">ResourceAware</span></a> - Interface in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Marker interface indicating that an item should have the Spring <code>Resource</code> in which it was read from, set on it.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/ResourceAwareItemReaderItemStream.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">ResourceAwareItemReaderItemStream</span></a>&lt;<a href="org/springframework/batch/item/file/ResourceAwareItemReaderItemStream.html" title="type parameter in ResourceAwareItemReaderItemStream">T</a>&gt; - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Interface for <a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a>s that implement <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> and read
input from <code>Resource</code>.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/ResourceAwareItemWriterItemStream.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">ResourceAwareItemWriterItemStream</span></a>&lt;<a href="org/springframework/batch/item/file/ResourceAwareItemWriterItemStream.html" title="type parameter in ResourceAwareItemWriterItemStream">T</a>&gt; - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Interface for <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a>s that implement <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> and write
output to <code>Resource</code>.</div>
</dd>
<dt><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction"><span class="typeNameLink">ResourcelessTransactionManager</span></a> - Class in <a href="org/springframework/batch/support/transaction/package-summary.html">org.springframework.batch.support.transaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html#ResourcelessTransactionManager--">ResourcelessTransactionManager()</a></span> - Constructor for class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">ResourcelessTransactionManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/ResourcesItemReader.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">ResourcesItemReader</span></a> - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ItemReader.html" title="interface in org.springframework.batch.item"><code>ItemReader</code></a> which produces <code>Resource</code> instances from an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourcesItemReader.html#ResourcesItemReader--">ResourcesItemReader()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourcesItemReader.html" title="class in org.springframework.batch.item.file">ResourcesItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/ResourceSuffixCreator.html" title="interface in org.springframework.batch.item.file"><span class="typeNameLink">ResourceSuffixCreator</span></a> - Interface in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Strategy interface for translating resource index into unique filename
suffix.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html" title="class in org.springframework.batch.repeat.support"><span class="typeNameLink">ResultHolderResultQueue</span></a> - Class in <a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a></dt>
<dd>
<div class="block">An implementation of the <code>ResultQueue</code> that throttles the number of
expected results, limiting it to a maximum at any given time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html#ResultHolderResultQueue-int-">ResultHolderResultQueue(int)</a></span> - Constructor for class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html" title="class in org.springframework.batch.repeat.support">ResultHolderResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#results">results</a></span> - Variable in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#results">results</a></span> - Variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html" title="class in org.springframework.batch.repeat.exception"><span class="typeNameLink">RethrowOnThresholdExceptionHandler</span></a> - Class in <a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a></dt>
<dd>
<div class="block">Implementation of <a href="org/springframework/batch/repeat/exception/ExceptionHandler.html" title="interface in org.springframework.batch.repeat.exception"><code>ExceptionHandler</code></a> that rethrows when exceptions of a
given type reach a threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html#RethrowOnThresholdExceptionHandler--">RethrowOnThresholdExceptionHandler()</a></span> - Constructor for class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">RethrowOnThresholdExceptionHandler</a></dt>
<dd>
<div class="block">Set up the exception handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#rootElementAttributes-java.util.Map-">rootElementAttributes(Map&lt;String, String&gt;)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">A Map of attributes to be included in the document's root element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#rootTagName-java.lang.String-">rootTagName(String)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">The name of the root tag for the output document.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#rowMapper-org.springframework.jdbc.core.RowMapper-">rowMapper(RowMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">The <code>RowMapper</code> used to map the results of the cursor to each item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#rowMapper-org.springframework.jdbc.core.RowMapper-">rowMapper(RowMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The <code>RowMapper</code> used to map the query results to objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#rs">rs</a></span> - Variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#saveState-boolean-">saveState(boolean)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Indicates if the state of the reader should be persisted in the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#saveState-boolean-">saveState(boolean)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">Set to false in a multithreaded environment (restart is disabled).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#saveState-boolean-">saveState(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Configure if the state of the <a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file"><code>FlatFileItemReader</code></a> should be persisted within
the <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> for restart purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#saveState-boolean-">saveState(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">If set to false, the state of the output is not maintained and restart is not
supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#saveState-boolean-">saveState(boolean)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">Indicates that the state of the reader should be saved in the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> for restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#saveState-boolean-">saveState(boolean)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">Indicates if the state of the writer should be saved in the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">ScriptItemProcessor</span></a>&lt;<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="type parameter in ScriptItemProcessor">I</a>,<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="type parameter in ScriptItemProcessor">O</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">
<a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item"><code>ItemProcessor</code></a> implementation that passes the current
item to process to the provided script.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ScriptItemProcessor.html#ScriptItemProcessor--">ScriptItemProcessor()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="class in org.springframework.batch.item.support">ScriptItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#selectClause-java.lang.String-">selectClause(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The SQL <code>SELECT</code> clause for a db specific <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html#setAncestorsCompleteOnly--">setAncestorsCompleteOnly()</a></span> - Static method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html" title="class in org.springframework.batch.repeat.support">RepeatSynchronizationManager</a></dt>
<dd>
<div class="block">Set current session and all ancestors (via parent) to complete.,</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setAppendAllowed-boolean-">setAppendAllowed(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that the target file should be appended if it already
exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#setArguments-java.lang.Object:A-">setArguments(Object[])</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#setArguments-java.util.List-">setArguments(List&lt;?&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>
<div class="block">Arguments to be passed to the data providing method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#setAssertUpdates-boolean-">setAssertUpdates(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Public setter for the flag that determines whether an assertion is made
that all items cause at least one row to be updated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#setAssertUpdates-boolean-">setAssertUpdates(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>
<div class="block">Public setter for the flag that determines whether an assertion is made
that all items cause at least one row to be updated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html#setAsText-java.lang.String-">setAsText(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html" title="class in org.springframework.batch.item.file.transform">RangeArrayPropertyEditor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/IntArrayPropertyEditor.html#setAsText-java.lang.String-">setAsText(String)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/IntArrayPropertyEditor.html" title="class in org.springframework.batch.support">IntArrayPropertyEditor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#setAttribute-java.lang.String-java.lang.Object-">setAttribute(String, Object)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#setAttributeIfAbsent-java.lang.String-java.lang.Object-">setAttributeIfAbsent(String, Object)</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>
<div class="block">Additional support for atomic put if absent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#setBeanFactory-org.springframework.beans.factory.BeanFactory-">setBeanFactory(BeanFactory)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setBufferedReaderFactory-org.springframework.batch.item.file.BufferedReaderFactory-">setBufferedReaderFactory(BufferedReaderFactory)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">Factory for the <code>BufferedReader</code> that will be used to extract lines from the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#setChunkSize-int-">setChunkSize(int)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html#setClassifier-org.springframework.classify.Classifier-">setClassifier(Classifier&lt;? super I, ItemProcessor&lt;?, ? extends O&gt;&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ClassifierCompositeItemProcessor.html" title="class in org.springframework.batch.item.support">ClassifierCompositeItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html#setClassifier-org.springframework.classify.Classifier-">setClassifier(Classifier&lt;T, ItemWriter&lt;? super T&gt;&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html" title="class in org.springframework.batch.item.support">ClassifierCompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#setClearSession-boolean-">setClearSession(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that the session should be cleared and flushed at the
end of the write (default true).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setCollection-java.lang.String-">setCollection(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemWriter.html#setCollection-java.lang.String-">setCollection(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data">MongoItemWriter</a></dt>
<dd>
<div class="block">Set the name of the Mongo collection to be written to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html#setColumns-org.springframework.batch.item.file.transform.Range:A-">setColumns(Range[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FixedLengthTokenizer.html" title="class in org.springframework.batch.item.file.transform">FixedLengthTokenizer</a></dt>
<dd>
<div class="block">Set the column ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setComments-java.lang.String:A-">setComments(String[])</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">Setter for comment prefixes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setComparator-java.util.Comparator-">setComparator(Comparator&lt;Resource&gt;)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#setCompleteOnly--">setCompleteOnly()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#setCompleteOnly--">setCompleteOnly()</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">Signal to the framework that the current batch should complete normally,
independent of the current <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html#setCompleteOnly--">setCompleteOnly()</a></span> - Static method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatSynchronizationManager.html" title="class in org.springframework.batch.repeat.support">RepeatSynchronizationManager</a></dt>
<dd>
<div class="block">Convenience method to set the current repeat operation to complete if it
exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#setCompletionPolicy-org.springframework.batch.repeat.CompletionPolicy-">setCompletionPolicy(CompletionPolicy)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Setter for policy to decide when the batch is complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html#setContinuation-java.lang.String-">setContinuation(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">DefaultRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Public setter for the continuation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#setCurrentItemCount-int-">setCurrentItemCount(int)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">The index of the item to start reading from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DefaultPropertyEditorRegistrar.html#setCustomEditors-java.util.Map-">setCustomEditors(Map&lt;? extends Object, ? extends PropertyEditor&gt;)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/DefaultPropertyEditorRegistrar.html" title="class in org.springframework.batch.support">DefaultPropertyEditorRegistrar</a></dt>
<dd>
<div class="block">Specify the <code>custom editors</code> to register.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setDatabaseType-java.lang.String-">setDatabaseType(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Public setter for the data source for injection purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">Setter for the <code>DataSource</code> that is to be wrapped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>
<div class="block">Public setter for the data source for injection purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#setDateFormat-java.text.DateFormat-">setDateFormat(DateFormat)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>
<div class="block">The <code>DateFormat</code> to use for parsing numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html#setDateFormat-java.text.DateFormat-">setDateFormat(DateFormat)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSetFactory</a></dt>
<dd>
<div class="block">The <code>DateFormat</code> to use for parsing numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SystemPropertyInitializer.html#setDefaultValue-java.lang.String-">setDefaultValue(String)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/SystemPropertyInitializer.html" title="class in org.springframework.batch.support">SystemPropertyInitializer</a></dt>
<dd>
<div class="block">Mandatory property specifying the default value of the System property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setDelegate-org.springframework.batch.item.file.ResourceAwareItemReaderItemStream-">setDelegate(ResourceAwareItemReaderItemStream&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#setDelegate-org.springframework.batch.item.file.ResourceAwareItemWriterItemStream-">setDelegate(ResourceAwareItemWriterItemStream&lt;? super T&gt;)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>
<div class="block">Delegate used for actual writing of the output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html#setDelegate-org.springframework.batch.item.file.transform.LineAggregator-">setDelegate(LineAggregator&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RecursiveCollectionLineAggregator.html" title="class in org.springframework.batch.item.file.transform">RecursiveCollectionLineAggregator</a></dt>
<dd>
<div class="block">Public setter for the <a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><code>LineAggregator</code></a> to use on single items, that
are not Strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#setDelegate-org.springframework.batch.item.ItemReader-">setDelegate(ItemReader&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support">SingleItemPeekableItemReader</a></dt>
<dd>
<div class="block">The item reader to use as a delegate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html#setDelegate-org.springframework.batch.item.ItemStreamReader-">setDelegate(ItemStreamReader&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support">SynchronizedItemStreamReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemProcessor.html#setDelegates-java.util.List-">setDelegates(List&lt;? extends ItemProcessor&lt;?, ?&gt;&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemProcessor.html" title="class in org.springframework.batch.item.support">CompositeItemProcessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#setDelegates-java.util.List-">setDelegates(List&lt;ItemWriter&lt;? super T&gt;&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemWriter.html#setDelete-boolean-">setDelete(boolean)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data">MongoItemWriter</a></dt>
<dd>
<div class="block">Indicates if the items being passed to the writer are to be saved or
removed from the data store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#setDelete-boolean-">setDelete(boolean)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#setDelete-boolean-">setDelete(boolean)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>
<div class="block">Sets the delete flag to have the item writer perform deletes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html#setDelimiter-java.lang.String-">setDelimiter(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineAggregator.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineAggregator</a></dt>
<dd>
<div class="block">Public setter for the delimiter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#setDelimiter-java.lang.String-">setDelimiter(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Setter for the delimiter character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#setDistanceLimit-int-">setDistanceLimit(int)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">The maximum difference that can be tolerated in spelling between input
key names and bean property names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setDriverSupportsAbsolute-boolean-">setDriverSupportsAbsolute(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Indicate whether the JDBC driver supports setting the absolute row on a
<code>ResultSet</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">Setter for the encoding for this input source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Sets encoding for output template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Set encoding to be used for output file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction">TransactionAwareBufferedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html#setEntityClass-java.lang.Class-">setEntityClass(Class&lt;E&gt;)</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">HibernateNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html#setEntityClass-java.lang.Class-">setEntityClass(Class&lt;E&gt;)</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">JpaNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractJpaQueryProvider.html#setEntityManager-javax.persistence.EntityManager-">setEntityManager(EntityManager)</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractJpaQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractJpaQueryProvider</a></dt>
<dd>
<div class="block">
Public setter to override the entityManager that was created by this
<a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html" title="interface in org.springframework.batch.item.database.orm"><code>HibernateQueryProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/JpaQueryProvider.html#setEntityManager-javax.persistence.EntityManager-">setEntityManager(EntityManager)</a></span> - Method in interface org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/JpaQueryProvider.html" title="interface in org.springframework.batch.item.database.orm">JpaQueryProvider</a></dt>
<dd>
<div class="block">Provide an <code>EntityManager</code> for the query to be built.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaItemWriter.html#setEntityManagerFactory-javax.persistence.EntityManagerFactory-">setEntityManagerFactory(EntityManagerFactory)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaItemWriter.html" title="class in org.springframework.batch.item.database">JpaItemWriter</a></dt>
<dd>
<div class="block">Set the EntityManager to be used internally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#setEntityManagerFactory-javax.persistence.EntityManagerFactory-">setEntityManagerFactory(EntityManagerFactory)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#setExceptionClasses-java.util.Collection-">setExceptionClasses(Collection&lt;Class&lt;? extends Throwable&gt;&gt;)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">Setter for the exception classes that this handler counts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html#setExceptionClassifier-org.springframework.classify.Classifier-">setExceptionClassifier(Classifier&lt;Throwable, LogOrRethrowExceptionHandler.Level&gt;)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">LogOrRethrowExceptionHandler</a></dt>
<dd>
<div class="block">Setter for the <code>Classifier</code> used by this handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#setExceptionHandler-org.springframework.batch.repeat.exception.ExceptionHandler-">setExceptionHandler(ExceptionHandler)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Setter for exception handler strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamSupport.html#setExecutionContextName-java.lang.String-">setExecutionContextName(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item">ItemStreamSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#setFatalExceptionClasses-java.util.Collection-">setFatalExceptionClasses(Collection&lt;Class&lt;? extends Throwable&gt;&gt;)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">Setter for the exception classes that shouldn't be counted, but rethrown
immediately.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setFetchSize-int-">setFetchSize(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Gives the JDBC driver a hint as to the number of rows that should be
fetched from the database when more rows are needed for this
<code>ResultSet</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#setFetchSize-int-">setFetchSize(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">Fetch size used internally by Hibernate to limit amount of data fetched
from database per round trip.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#setFetchSize-int-">setFetchSize(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>
<div class="block">Fetch size used internally by Hibernate to limit amount of data fetched
from database per round trip.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#setFetchSize-int-">setFetchSize(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>
<div class="block">Gives the JDBC driver a hint as to the number of rows that should be
fetched from the database when more rows are needed for this
<code>ResultSet</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html#setFieldExtractor-org.springframework.batch.item.file.transform.FieldExtractor-">setFieldExtractor(FieldExtractor&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/ExtractorLineAggregator.html" title="class in org.springframework.batch.item.file.transform">ExtractorLineAggregator</a></dt>
<dd>
<div class="block">Public setter for the field extractor responsible for splitting an input
object up into an array of objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setFields-java.lang.String-">setFields(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block">JSON defining the fields to be returned from the matching documents
by MongoDB.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#setFieldSetFactory-org.springframework.batch.item.file.transform.FieldSetFactory-">setFieldSetFactory(FieldSetFactory)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>
<div class="block">Factory for <a href="org/springframework/batch/item/file/transform/FieldSet.html" title="interface in org.springframework.batch.item.file.transform"><code>FieldSet</code></a> instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html#setFieldSetMapper-org.springframework.batch.item.file.mapping.FieldSetMapper-">setFieldSetMapper(FieldSetMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html" title="class in org.springframework.batch.item.file.mapping">DefaultLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html#setFieldSetMappers-java.util.Map-">setFieldSetMappers(Map&lt;String, FieldSetMapper&lt;T&gt;&gt;)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html" title="class in org.springframework.batch.item.file.mapping">PatternMatchingCompositeLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html#setFieldsUsedAsTargetMethodArguments-java.lang.String:A-">setFieldsUsedAsTargetMethodArguments(String[])</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html" title="class in org.springframework.batch.item.adapter">PropertyExtractingDelegatingItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html#setFilter-boolean-">setFilter(boolean)</a></span> - Method in class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="class in org.springframework.batch.item.validator">ValidatingItemProcessor</a></dt>
<dd>
<div class="block">Should the processor filter invalid records instead of skipping them?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setFooterCallback-org.springframework.batch.item.file.FlatFileFooterCallback-">setFooterCallback(FlatFileFooterCallback)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">footerCallback will be called after writing the last item to file, but
before the file is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setFooterCallback-org.springframework.batch.item.xml.StaxWriterCallback-">setFooterCallback(StaxWriterCallback)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">footerCallback is called after writing all items but before closing the
file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html#setForceDisjointRanges-boolean-">setForceDisjointRanges(boolean)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RangeArrayPropertyEditor.html" title="class in org.springframework.batch.item.file.transform">RangeArrayPropertyEditor</a></dt>
<dd>
<div class="block">Set force disjoint ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setForceSync-boolean-">setForceSync(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that changes should be force-synced to disk on flush.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setForceSync-boolean-">setForceSync(boolean)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that changes should be force-synced to disk on flush.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html#setForceSync-boolean-">setForceSync(boolean)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction">TransactionAwareBufferedWriter</a></dt>
<dd>
<div class="block">Flag to indicate that changes should be force-synced to disk on flush.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html#setFormat-java.lang.String-">setFormat(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="class in org.springframework.batch.item.file.transform">FormatterLineAggregator</a></dt>
<dd>
<div class="block">Set the format string used to aggregate items.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#setFragmentRootElementName-java.lang.String-">setFragmentRootElementName(String)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#setFragmentRootElementNames-java.lang.String:A-">setFragmentRootElementNames(String[])</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#setFromClause-java.lang.String-">setFromClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setFromClause-java.lang.String-">setFromClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#setFunction-boolean-">setFunction(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Set whether this stored procedure is a function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#setGroupClause-java.lang.String-">setGroupClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>
<div class="block">The setter for the group by clause</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setGroupClause-java.lang.String-">setGroupClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/CompositeExceptionHandler.html#setHandlers-org.springframework.batch.repeat.exception.ExceptionHandler:A-">setHandlers(ExceptionHandler[])</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/CompositeExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">CompositeExceptionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setHeaderCallback-org.springframework.batch.item.file.FlatFileHeaderCallback-">setHeaderCallback(FlatFileHeaderCallback)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">headerCallback will be called before writing the first item to file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setHeaderCallback-org.springframework.batch.item.xml.StaxWriterCallback-">setHeaderCallback(StaxWriterCallback)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">headerCallback is called before writing any items.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#setHibernateTemplate-org.springframework.orm.hibernate5.HibernateOperations-">setHibernateTemplate(HibernateOperations)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.2 in favor of using Hibernate's session management APIs directly</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setHint-java.lang.String-">setHint(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block">JSON String telling MongoDB what index to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#setIgnoreItemStream-boolean-">setIgnoreItemStream(boolean)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setIgnoreWarnings-boolean-">setIgnoreWarnings(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Set whether SQLWarnings should be ignored (only logged) or exception
should be thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html#setIgnoreWhitespace-boolean-">setIgnoreWhitespace(boolean)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SuffixRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Flag to indicate that the decision to terminate a record should ignore
whitespace at the end of the line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#setIncludedFields-int:A-">setIncludedFields(int[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">The fields to include in the output by position (starting at 0).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html#setIncrementerColumnName-java.lang.String-">setIncrementerColumnName(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/DefaultDataFieldMaxValueIncrementerFactory.html" title="class in org.springframework.batch.item.database.support">DefaultDataFieldMaxValueIncrementerFactory</a></dt>
<dd>
<div class="block">Public setter for the column name (defaults to "ID") in the incrementer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ScriptItemProcessor.html#setItemBindingVariableName-java.lang.String-">setItemBindingVariableName(String)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="class in org.springframework.batch.item.support">ScriptItemProcessor</a></dt>
<dd>
<div class="block">
Provides the ability to change the key name that scripts use to obtain the current
item to process if the variable represented by:
<a href="org/springframework/batch/item/support/ScriptItemProcessor.html#ITEM_BINDING_VARIABLE_NAME"><code>ScriptItemProcessor.ITEM_BINDING_VARIABLE_NAME</code></a>
is not suitable ("item").</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemCountAware.html#setItemCount-int-">setItemCount(int)</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ItemCountAware.html" title="interface in org.springframework.batch.item">ItemCountAware</a></dt>
<dd>
<div class="block">Setter for the injection of the current item count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#setItemCountLimitPerResource-int-">setItemCountLimitPerResource(int)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>
<div class="block">After this limit is exceeded the next chunk will be written into newly
created resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#setItemKeyMapper-org.springframework.core.convert.converter.Converter-">setItemKeyMapper(Converter&lt;V, K&gt;)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>
<div class="block">Set the <code>Converter</code> to use to derive the key from the item</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#setItemPreparedStatementSetter-org.springframework.batch.item.database.ItemPreparedStatementSetter-">setItemPreparedStatementSetter(ItemPreparedStatementSetter&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>
<div class="block">Public setter for the <a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html" title="interface in org.springframework.batch.item.database"><code>ItemPreparedStatementSetter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#setItemSqlParameterSourceProvider-org.springframework.batch.item.database.ItemSqlParameterSourceProvider-">setItemSqlParameterSourceProvider(ItemSqlParameterSourceProvider&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>
<div class="block">Public setter for the <a href="org/springframework/batch/item/database/ItemSqlParameterSourceProvider.html" title="interface in org.springframework.batch.item.database"><code>ItemSqlParameterSourceProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/amqp/AmqpItemReader.html#setItemType-java.lang.Class-">setItemType(Class&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.amqp.<a href="org/springframework/batch/item/amqp/AmqpItemReader.html" title="class in org.springframework.batch.item.amqp">AmqpItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#setItemType-java.lang.Class-">setItemType(Class&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>
<div class="block">Set the expected type of incoming message payloads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html#setJavaMailSender-org.springframework.mail.javamail.JavaMailSender-">setJavaMailSender(JavaMailSender)</a></span> - Method in class org.springframework.batch.item.mail.javamail.<a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html" title="class in org.springframework.batch.item.mail.javamail">MimeMessageItemWriter</a></dt>
<dd>
<div class="block">A <code>JavaMailSender</code> to be used to send messages in <a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html#write-java.util.List-"><code>MimeMessageItemWriter.write(List)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#setJdbcTemplate-org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations-">setJdbcTemplate(NamedParameterJdbcOperations)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>
<div class="block">Public setter for the <code>NamedParameterJdbcOperations</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemReader.html#setJmsTemplate-org.springframework.jms.core.JmsOperations-">setJmsTemplate(JmsOperations)</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemReader.html" title="class in org.springframework.batch.item.jms">JmsItemReader</a></dt>
<dd>
<div class="block">Setter for JMS template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemWriter.html#setJmsTemplate-org.springframework.jms.core.JmsOperations-">setJmsTemplate(JmsOperations)</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemWriter.html" title="class in org.springframework.batch.item.jms">JmsItemWriter</a></dt>
<dd>
<div class="block">Setter for JMS template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html#setJmsTemplate-org.springframework.jms.core.JmsOperations-">setJmsTemplate(JmsOperations)</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsMethodInvocationRecoverer.html" title="class in org.springframework.batch.item.jms">JmsMethodInvocationRecoverer</a></dt>
<dd>
<div class="block">Setter for jms template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SystemPropertyInitializer.html#setKeyName-java.lang.String-">setKeyName(String)</a></span> - Method in class org.springframework.batch.support.<a href="org/springframework/batch/support/SystemPropertyInitializer.html" title="class in org.springframework.batch.support">SystemPropertyInitializer</a></dt>
<dd>
<div class="block">Set the key name for the System property that is created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#setLimit-int-">setLimit(int)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">The limit on the given exception type within a single context before it
is rethrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setLineAggregator-org.springframework.batch.item.file.transform.LineAggregator-">setLineAggregator(LineAggregator&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Public setter for the <a href="org/springframework/batch/item/file/transform/LineAggregator.html" title="interface in org.springframework.batch.item.file.transform"><code>LineAggregator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/SimpleBinaryBufferedReaderFactory.html#setLineEnding-java.lang.String-">setLineEnding(String)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/SimpleBinaryBufferedReaderFactory.html" title="class in org.springframework.batch.item.file">SimpleBinaryBufferedReaderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setLineMapper-org.springframework.batch.item.file.LineMapper-">setLineMapper(LineMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">Setter for line mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setLineSeparator-java.lang.String-">setLineSeparator(String)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Public setter for the line separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setLinesToSkip-int-">setLinesToSkip(int)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">Public setter for the number of lines to skip at the start of a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html#setLineTokenizer-org.springframework.batch.item.file.transform.LineTokenizer-">setLineTokenizer(LineTokenizer)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/DefaultLineMapper.html" title="class in org.springframework.batch.item.file.mapping">DefaultLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html#setListeners-org.springframework.batch.repeat.RepeatListener:A-">setListeners(RepeatListener[])</a></span> - Method in class org.springframework.batch.repeat.listener.<a href="org/springframework/batch/repeat/listener/CompositeRepeatListener.html" title="class in org.springframework.batch.repeat.listener">CompositeRepeatListener</a></dt>
<dd>
<div class="block">Public setter for the listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#setListeners-org.springframework.batch.repeat.RepeatListener:A-">setListeners(RepeatListener[])</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Set the listeners for this template, registering them for callbacks at
appropriate times in the iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html#setLocale-java.util.Locale-">setLocale(Locale)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="class in org.springframework.batch.item.file.transform">FormatterLineAggregator</a></dt>
<dd>
<div class="block">Public setter for the locale.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#setLoginTimeout-int-">setLoginTimeout(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#setLogWriter-java.io.PrintWriter-">setLogWriter(PrintWriter)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html#setMailErrorHandler-org.springframework.batch.item.mail.MailErrorHandler-">setMailErrorHandler(MailErrorHandler)</a></span> - Method in class org.springframework.batch.item.mail.javamail.<a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html" title="class in org.springframework.batch.item.mail.javamail">MimeMessageItemWriter</a></dt>
<dd>
<div class="block">The handler for failed messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html#setMailErrorHandler-org.springframework.batch.item.mail.MailErrorHandler-">setMailErrorHandler(MailErrorHandler)</a></span> - Method in class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html" title="class in org.springframework.batch.item.mail">SimpleMailMessageItemWriter</a></dt>
<dd>
<div class="block">The handler for failed messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html#setMailSender-org.springframework.mail.MailSender-">setMailSender(MailSender)</a></span> - Method in class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html" title="class in org.springframework.batch.item.mail">SimpleMailMessageItemWriter</a></dt>
<dd>
<div class="block">A <code>MailSender</code> to be used to send messages in <a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html#write-java.util.List-"><code>SimpleMailMessageItemWriter.write(List)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setMarshaller-org.springframework.oxm.Marshaller-">setMarshaller(Marshaller)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Set Object to XML marshaller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setMatchStatement-java.lang.String-">setMatchStatement(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">An optional match fragment of the cypher query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#setMaxCount-int-">setMaxCount(int)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>
<div class="block">Setter for maximum value of count before termination.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html#setMaximumLength-int-">setMaximumLength(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="class in org.springframework.batch.item.file.transform">FormatterLineAggregator</a></dt>
<dd>
<div class="block">Public setter for the maximum length of the formatted string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#setMaxItemCount-int-">setMaxItemCount(int)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">The maximum index of the items to be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/DefaultMailErrorHandler.html#setMaxMessageLength-int-">setMaxMessageLength(int)</a></span> - Method in class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/DefaultMailErrorHandler.html" title="class in org.springframework.batch.item.mail">DefaultMailErrorHandler</a></dt>
<dd>
<div class="block">The limit for the size of message that will be copied to the exception
message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setMaxRows-int-">setMaxRows(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Sets the limit for the maximum number of rows that any
<code>ResultSet</code> object can contain to the given number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#setMethodName-java.lang.String-">setMethodName(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>
<div class="block">Specifies what method on the repository to call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemWriter.html#setMethodName-java.lang.String-">setMethodName(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data">RepositoryItemWriter</a></dt>
<dd>
<div class="block">Specifies what method on the repository to call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html#setMinimumLength-int-">setMinimumLength(int)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/FormatterLineAggregator.html" title="class in org.springframework.batch.item.file.transform">FormatterLineAggregator</a></dt>
<dd>
<div class="block">Public setter for the minimum length of the formatted string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamSupport.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item">ItemStreamSupport</a></dt>
<dd>
<div class="block">The name of the component which will be used as a stem for keys in the
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/ExecutionContextUserSupport.html" title="class in org.springframework.batch.item.util">ExecutionContextUserSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#setNames-java.lang.String:A-">setNames(String[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>
<div class="block">Setter for column names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html#setNames-java.lang.String:A-">setNames(String[])</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/BeanWrapperFieldExtractor.html" title="class in org.springframework.batch.item.file.transform">BeanWrapperFieldExtractor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#setNumberFormat-java.text.NumberFormat-">setNumberFormat(NumberFormat)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>
<div class="block">The <code>NumberFormat</code> to use for parsing numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html#setNumberFormat-java.text.NumberFormat-">setNumberFormat(NumberFormat)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSetFactory.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSetFactory</a></dt>
<dd>
<div class="block">The <code>NumberFormat</code> to use for parsing numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setOrderByStatement-java.lang.String-">setOrderByStatement(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">A list of properties to order the results by.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setOverwriteOutput-boolean-">setOverwriteOutput(boolean)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Set "overwrite" flag for the output file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html" title="class in org.springframework.batch.item.data">AbstractPaginatedDataItemReader</a></dt>
<dd>
<div class="block">The number of items to be read with each page.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractPagingItemReader.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractPagingItemReader.html" title="class in org.springframework.batch.item.database">AbstractPagingItemReader</a></dt>
<dd>
<div class="block">The number of rows to retrieve at a time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#setParameters-org.springframework.jdbc.core.SqlParameter:A-">setParameters(SqlParameter[])</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Add one or more declared parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html#setParameters-java.util.List-">setParameters(List&lt;?&gt;)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support">ListPreparedStatementSetter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">In favor of the constructor</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setParameterValues-java.util.Map-">setParameterValues(Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">Optional parameters to be used in the cypher query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setParameterValues-java.util.List-">setParameterValues(List&lt;Object&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block"><code>List</code> of values to be substituted in for each of the
parameters in the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#setParameterValues-java.util.Map-">setParameterValues(Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">The parameter values to apply to a query (map of name:value).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#setParameterValues-java.util.Map-">setParameterValues(Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>
<div class="block">The parameter values to apply to a query (map of name:value).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#setParameterValues-java.util.Map-">setParameterValues(Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The parameter values to be used for the query execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#setParameterValues-java.util.Map-">setParameterValues(Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>
<div class="block">The parameter values to be used for the query execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#setParameterValues-java.util.Map-">setParameterValues(Map&lt;String, Object&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>
<div class="block">The parameter values to be used for the query execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html#setPattern-java.util.regex.Pattern-">setPattern(Pattern)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">RegexLineTokenizer</a></dt>
<dd>
<div class="block">Sets the regex pattern to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html#setPolicies-org.springframework.batch.repeat.CompletionPolicy:A-">setPolicies(CompletionPolicy[])</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CompositeCompletionPolicy</a></dt>
<dd>
<div class="block">Setter for the policies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#setPreparedStatementSetter-org.springframework.jdbc.core.PreparedStatementSetter-">setPreparedStatementSetter(PreparedStatementSetter)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>
<div class="block">Set the PreparedStatementSetter to use if any parameter values that need
to be set in the supplied query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#setPreparedStatementSetter-org.springframework.jdbc.core.PreparedStatementSetter-">setPreparedStatementSetter(PreparedStatementSetter)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Set the PreparedStatementSetter to use if any parameter values that need
to be set in the supplied query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#setProcedureName-java.lang.String-">setProcedureName(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Set the SQL statement to be used when creating the cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#setPrototypeBeanName-java.lang.String-">setPrototypeBeanName(String)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">The bean name (id) for an object that can be populated from the field set
that will be passed into <a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#mapFieldSet-org.springframework.batch.item.file.transform.FieldSet-"><code>BeanWrapperFieldSetMapper.mapFieldSet(FieldSet)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setQuery-java.lang.String-">setQuery(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block">A JSON formatted MongoDB query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#setQueryId-java.lang.String-">setQueryId(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#setQueryName-java.lang.String-">setQueryName(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">A query name for an externalized query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#setQueryName-java.lang.String-">setQueryName(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#setQueryName-java.lang.String-">setQueryName(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>
<div class="block">A query name for an externalized query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#setQueryProvider-org.springframework.batch.item.database.orm.HibernateQueryProvider-">setQueryProvider(HibernateQueryProvider)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">A query provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#setQueryProvider-org.springframework.batch.item.database.orm.HibernateQueryProvider-">setQueryProvider(HibernateQueryProvider)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#setQueryProvider-org.springframework.batch.item.database.orm.HibernateQueryProvider-">setQueryProvider(HibernateQueryProvider)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>
<div class="block">A query provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#setQueryProvider-org.springframework.batch.item.database.PagingQueryProvider-">setQueryProvider(PagingQueryProvider)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#setQueryProvider-org.springframework.batch.item.database.orm.JpaQueryProvider-">setQueryProvider(JpaQueryProvider)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#setQueryString-java.lang.String-">setQueryString(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">A query string in HQL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#setQueryString-java.lang.String-">setQueryString(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#setQueryString-java.lang.String-">setQueryString(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>
<div class="block">A query string in HQL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#setQueryString-java.lang.String-">setQueryString(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setQueryTimeout-int-">setQueryTimeout(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Sets the number of seconds the driver will wait for a
<code>Statement</code> object to execute to the given number of seconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html#setQuoteCharacter-java.lang.String-">setQuoteCharacter(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/DefaultRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">DefaultRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Public setter for the quoteCharacter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html#setQuoteCharacter-char-">setQuoteCharacter(char)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DelimitedLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">DelimitedLineTokenizer</a></dt>
<dd>
<div class="block">Public setter for the quoteCharacter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#setRecordMapper-org.springframework.batch.item.ldif.RecordMapper-">setRecordMapper(RecordMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>
<div class="block">Setter for object mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setRecordSeparatorPolicy-org.springframework.batch.item.file.separator.RecordSeparatorPolicy-">setRecordSeparatorPolicy(RecordSeparatorPolicy)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">Public setter for the recordSeparatorPolicy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#setRecordsToSkip-int-">setRecordsToSkip(int)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>
<div class="block">Public setter for the number of lines to skip at the start of a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#setRecordsToSkip-int-">setRecordsToSkip(int)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>
<div class="block">Public setter for the number of lines to skip at the start of a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#setRefCursorPosition-int-">setRefCursorPosition(int)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Set the parameter position of the REF CURSOR.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html#setRegex-java.lang.String-">setRegex(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/RegexLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">RegexLineTokenizer</a></dt>
<dd>
<div class="block">Sets the regular expression to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/interceptor/RepeatOperationsInterceptor.html#setRepeatOperations-org.springframework.batch.repeat.RepeatOperations-">setRepeatOperations(RepeatOperations)</a></span> - Method in class org.springframework.batch.repeat.interceptor.<a href="org/springframework/batch/repeat/interceptor/RepeatOperationsInterceptor.html" title="class in org.springframework.batch.repeat.interceptor">RepeatOperationsInterceptor</a></dt>
<dd>
<div class="block">Setter for the <a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><code>RepeatOperations</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#setRepository-org.springframework.data.repository.PagingAndSortingRepository-">setRepository(PagingAndSortingRepository&lt;?, ?&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>
<div class="block">The <code>PagingAndSortingRepository</code>
implementation used to read input from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemWriter.html#setRepository-org.springframework.data.repository.CrudRepository-">setRepository(CrudRepository&lt;T, ?&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data">RepositoryItemWriter</a></dt>
<dd>
<div class="block">Set the <code>CrudRepository</code> implementation
for persistence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">Public setter for the input resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Setter for resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>
<div class="block">Prototype for output resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourceAwareItemReaderItemStream.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourceAwareItemReaderItemStream.html" title="interface in org.springframework.batch.item.file">ResourceAwareItemReaderItemStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourceAwareItemWriterItemStream.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourceAwareItemWriterItemStream.html" title="interface in org.springframework.batch.item.file">ResourceAwareItemWriterItemStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ResourceAware.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ResourceAware.html" title="interface in org.springframework.batch.item">ResourceAware</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setResource-org.springframework.core.io.Resource-">setResource(Resource)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Set output file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setResources-org.springframework.core.io.Resource:A-">setResources(Resource[])</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourcesItemReader.html#setResources-org.springframework.core.io.Resource:A-">setResources(Resource[])</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourcesItemReader.html" title="class in org.springframework.batch.item.file">ResourcesItemReader</a></dt>
<dd>
<div class="block">The resources to serve up as items.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#setResourceSuffixCreator-org.springframework.batch.item.file.ResourceSuffixCreator-">setResourceSuffixCreator(ResourceSuffixCreator)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>
<div class="block">Allows customization of the suffix of the created resources based on the
index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setReturnStatement-java.lang.String-">setReturnStatement(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">The return statement of the cypher query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setRootElementAttributes-java.util.Map-">setRootElementAttributes(Map&lt;String, String&gt;)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Set the root element attributes to be written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setRootTagName-java.lang.String-">setRootTagName(String)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Set the tag name of the root element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#setRowMapper-org.springframework.jdbc.core.RowMapper-">setRowMapper(RowMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>
<div class="block">Set the RowMapper to be used for all calls to read().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#setRowMapper-org.springframework.jdbc.core.RowMapper-">setRowMapper(RowMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>
<div class="block">The row mapper implementation to be used by this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#setRowMapper-org.springframework.jdbc.core.RowMapper-">setRowMapper(RowMapper&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>
<div class="block">Set the RowMapper to be used for all calls to read().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setSaveState-boolean-">setSaveState(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Set the flag indicating whether or not state should be saved in the
provided <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> during the <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> call to
update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setSaveState-boolean-">setSaveState(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>
<div class="block">Set the boolean indicating whether or not state should be saved in the provided <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> during
the <a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item"><code>ItemStream</code></a> call to update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#setSaveState-boolean-">setSaveState(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#setSaveState-boolean-">setSaveState(boolean)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>
<div class="block">Set the flag that determines whether to save internal data for
<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setSaveState-boolean-">setSaveState(boolean)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ScriptItemProcessor.html#setScript-org.springframework.core.io.Resource-">setScript(Resource)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="class in org.springframework.batch.item.support">ScriptItemProcessor</a></dt>
<dd>
<div class="block">
Sets the <code>Resource</code> location of the script to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ScriptItemProcessor.html#setScriptSource-java.lang.String-java.lang.String-">setScriptSource(String, String)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ScriptItemProcessor.html" title="class in org.springframework.batch.item.support">ScriptItemProcessor</a></dt>
<dd>
<div class="block">
Sets the provided <code>String</code> as the script source code to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#setSelectClause-java.lang.String-">setSelectClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setSelectClause-java.lang.String-">setSelectClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html#setSession-org.hibernate.Session-">setSession(Session)</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractHibernateQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html#setSession-org.hibernate.Session-">setSession(Session)</a></span> - Method in interface org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html" title="interface in org.springframework.batch.item.database.orm">HibernateQueryProvider</a></dt>
<dd>
<div class="block">
Inject a <code>Session</code> that can be used as a factory for queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setSessionFactory-org.neo4j.ogm.session.SessionFactory-">setSessionFactory(SessionFactory)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#setSessionFactory-org.neo4j.ogm.session.SessionFactory-">setSessionFactory(SessionFactory)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#setSessionFactory-org.hibernate.SessionFactory-">setSessionFactory(SessionFactory)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">The Hibernate SessionFactory to use the create a session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#setSessionFactory-org.hibernate.SessionFactory-">setSessionFactory(SessionFactory)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#setSessionFactory-org.hibernate.SessionFactory-">setSessionFactory(SessionFactory)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>
<div class="block">Set the Hibernate SessionFactory to be used internally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#setSessionFactory-org.hibernate.SessionFactory-">setSessionFactory(SessionFactory)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>
<div class="block">The Hibernate SessionFactory to use the create a session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setShouldDeleteIfEmpty-boolean-">setShouldDeleteIfEmpty(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that the target file should be deleted if no lines have
been written (other than header and footer) on close.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setShouldDeleteIfEmpty-boolean-">setShouldDeleteIfEmpty(boolean)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that the target file should be deleted if no items have
been written (other than header and footer) on close.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setShouldDeleteIfExists-boolean-">setShouldDeleteIfExists(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that the target file should be deleted if it already
exists, otherwise it will be created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setSkippedLinesCallback-org.springframework.batch.item.file.LineCallbackHandler-">setSkippedLinesCallback(LineCallbackHandler)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#setSkippedRecordsCallback-org.springframework.batch.item.ldif.RecordCallbackHandler-">setSkippedRecordsCallback(RecordCallbackHandler)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ldif/RecordCallbackHandler.html" title="interface in org.springframework.batch.item.ldif"><code>RecordCallbackHandler</code></a> implementations can be used to take action on skipped records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#setSkippedRecordsCallback-org.springframework.batch.item.ldif.RecordCallbackHandler-">setSkippedRecordsCallback(RecordCallbackHandler)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>
<div class="block"><a href="org/springframework/batch/item/ldif/RecordCallbackHandler.html" title="interface in org.springframework.batch.item.ldif"><code>RecordCallbackHandler</code></a> implementations can be used to take action on skipped records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setSort-java.util.Map-">setSort(Map&lt;String, Sort.Direction&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block"><code>Map</code> of property names/<code>Sort.Direction</code> values to
sort the input by.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemReader.html#setSort-java.util.Map-">setSort(Map&lt;String, Sort.Direction&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemReader.html" title="class in org.springframework.batch.item.data">RepositoryItemReader</a></dt>
<dd>
<div class="block">Provides ordering of the results so that order is maintained between paged queries</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setSortKey-java.lang.String-">setSortKey(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#setSortKeys-java.util.Map-">setSortKeys(Map&lt;String, Order&gt;)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setSortKeys-java.util.Map-">setSortKeys(Map&lt;String, Order&gt;)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#setSql-java.lang.String-">setSql(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>
<div class="block">Public setter for the query string to execute on write.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcCursorItemReader.html#setSql-java.lang.String-">setSql(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcCursorItemReader.html" title="class in org.springframework.batch.item.database">JdbcCursorItemReader</a></dt>
<dd>
<div class="block">Set the SQL statement to be used when creating the cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#setSqlMapClient-com.ibatis.sqlmap.client.SqlMapClient-">setSqlMapClient(SqlMapClient)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Public setter for <code>SqlMapClient</code> for injection purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisPagingItemReader.html#setSqlMapClient-com.ibatis.sqlmap.client.SqlMapClient-">setSqlMapClient(SqlMapClient)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisPagingItemReader.html" title="class in org.springframework.batch.item.database">IbatisPagingItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html#setSqlQuery-java.lang.String-">setSqlQuery(String)</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">HibernateNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html#setSqlQuery-java.lang.String-">setSqlQuery(String)</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/JpaNativeQueryProvider.html" title="class in org.springframework.batch.item.database.orm">JpaNativeQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setStartStatement-java.lang.String-">setStartStatement(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">The start segment of the cypher query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html#setStatelessSession-org.hibernate.StatelessSession-">setStatelessSession(StatelessSession)</a></span> - Method in class org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/AbstractHibernateQueryProvider.html" title="class in org.springframework.batch.item.database.orm">AbstractHibernateQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html#setStatelessSession-org.hibernate.StatelessSession-">setStatelessSession(StatelessSession)</a></span> - Method in interface org.springframework.batch.item.database.orm.<a href="org/springframework/batch/item/database/orm/HibernateQueryProvider.html" title="interface in org.springframework.batch.item.database.orm">HibernateQueryProvider</a></dt>
<dd>
<div class="block">
Inject a <code>StatelessSession</code> that can be used as a factory for
queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#setStatementId-java.lang.String-">setStatementId(String)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Public setter for the statement id identifying the statement in the SqlMap
configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemStream.html#setStreams-org.springframework.batch.item.ItemStream:A-">setStreams(ItemStream[])</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemStream.html" title="class in org.springframework.batch.item.support">CompositeItemStream</a></dt>
<dd>
<div class="block">Public setter for the listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemReader.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemReader.html" title="class in org.springframework.batch.item.file">FlatFileItemReader</a></dt>
<dd>
<div class="block">In strict mode the reader will throw an exception on
<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#open-org.springframework.batch.item.ExecutionContext-"><code>AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext)</code></a> if the input resource does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">Public setter for the 'strict' property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>
<div class="block">In strict mode the reader will throw an exception on
<a href="org/springframework/batch/item/file/MultiResourceItemReader.html#open-org.springframework.batch.item.ExecutionContext-"><code>MultiResourceItemReader.open(org.springframework.batch.item.ExecutionContext)</code></a> if there are no resources to read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>
<div class="block">Public setter for the strict flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/LdifReader.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/LdifReader.html" title="class in org.springframework.batch.item.ldif">LdifReader</a></dt>
<dd>
<div class="block">In strict mode the reader will throw an exception on
<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#open-org.springframework.batch.item.ExecutionContext-"><code>AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext)</code></a> if the
input resource does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ldif/MappingLdifReader.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class org.springframework.batch.item.ldif.<a href="org/springframework/batch/item/ldif/MappingLdifReader.html" title="class in org.springframework.batch.item.ldif">MappingLdifReader</a></dt>
<dd>
<div class="block">In strict mode the reader will throw an exception on
<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#open-org.springframework.batch.item.ExecutionContext-"><code>AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext)</code></a> if the
input resource does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>
<div class="block">In strict mode the reader will throw an exception on
<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#open-org.springframework.batch.item.ExecutionContext-"><code>AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext)</code></a> if the input resource does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html#setSuffix-java.lang.String-">setSuffix(String)</a></span> - Method in class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SuffixRecordSeparatorPolicy</a></dt>
<dd>
<div class="block">Lines ending in this terminator String signal the end of a record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#setTargetMethod-java.lang.String-">setTargetMethod(String)</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html#setTargetObject-java.lang.Object-">setTargetObject(Object)</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.html" title="class in org.springframework.batch.item.adapter">AbstractMethodInvokingDelegator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setTargetType-java.lang.Class-">setTargetType(Class&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">The object type to be returned from each call to <a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#read--"><code>AbstractItemCountingItemStreamItemReader.read()</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setTargetType-java.lang.Class-">setTargetType(Class&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block">The type of object to be returned for each <a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#read--"><code>AbstractItemCountingItemStreamItemReader.read()</code></a> call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html#setTargetType-java.lang.Class-">setTargetType(Class&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/BeanWrapperFieldSetMapper.html" title="class in org.springframework.batch.item.file.mapping">BeanWrapperFieldSetMapper</a></dt>
<dd>
<div class="block">Public setter for the type of bean to create instead of using a prototype
bean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#setTaskExecutor-org.springframework.core.task.TaskExecutor-">setTaskExecutor(TaskExecutor)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support">TaskExecutorRepeatTemplate</a></dt>
<dd>
<div class="block">Setter for task executor to be used to run the individual item callbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setTemplate-org.springframework.data.neo4j.template.Neo4jOperations-">setTemplate(Neo4jOperations)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setSessionFactory-org.neo4j.ogm.session.SessionFactory-"><code>AbstractNeo4jItemReader.setSessionFactory(SessionFactory)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/GemfireItemWriter.html#setTemplate-org.springframework.data.gemfire.GemfireTemplate-">setTemplate(GemfireTemplate)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="class in org.springframework.batch.item.data">GemfireItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemReader.html#setTemplate-org.springframework.data.mongodb.core.MongoOperations-">setTemplate(MongoOperations)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemReader.html" title="class in org.springframework.batch.item.data">MongoItemReader</a></dt>
<dd>
<div class="block">Used to perform operations against the MongoDB instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemWriter.html#setTemplate-org.springframework.data.mongodb.core.MongoOperations-">setTemplate(MongoOperations)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data">MongoItemWriter</a></dt>
<dd>
<div class="block">Set the <code>MongoOperations</code> to be used to save items to be written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#setTemplate-org.springframework.data.neo4j.template.Neo4jOperations-">setTemplate(Neo4jOperations)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/springframework/batch/item/data/Neo4jItemWriter.html#setSessionFactory-org.neo4j.ogm.session.SessionFactory-"><code>Neo4jItemWriter.setSessionFactory(SessionFactory)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/RepeatContextSupport.html#setTerminateOnly--">setTerminateOnly()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context">RepeatContextSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatContext.html#setTerminateOnly--">setTerminateOnly()</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatContext.html" title="interface in org.springframework.batch.repeat">RepeatContext</a></dt>
<dd>
<div class="block">Signal to the framework that the current batch should complete
abnormally, independent of the current <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html#setThresholds-java.util.Map-">setThresholds(Map&lt;Class&lt;? extends Throwable&gt;, Integer&gt;)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">RethrowOnThresholdExceptionHandler</a></dt>
<dd>
<div class="block">A map from exception classes to a threshold value of type Integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#setThrottleLimit-int-">setThrottleLimit(int)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support">TaskExecutorRepeatTemplate</a></dt>
<dd>
<div class="block">Public setter for the throttle limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html#setTokenizers-java.util.Map-">setTokenizers(Map&lt;String, LineTokenizer&gt;)</a></span> - Method in class org.springframework.batch.item.file.mapping.<a href="org/springframework/batch/item/file/mapping/PatternMatchingCompositeLineMapper.html" title="class in org.springframework.batch.item.file.mapping">PatternMatchingCompositeLineMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html#setTokenizers-java.util.Map-">setTokenizers(Map&lt;String, LineTokenizer&gt;)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">PatternMatchingCompositeLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaPagingItemReader.html#setTransacted-boolean-">setTransacted(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaPagingItemReader.html" title="class in org.springframework.batch.item.database">JpaPagingItemReader</a></dt>
<dd>
<div class="block">By default (true) the EntityTransaction will be started and committed around the read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#setTransactional-boolean-">setTransactional(boolean)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that writing to the buffer should be delayed if a
transaction is active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setTransactional-boolean-">setTransactional(boolean)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Flag to indicate that writes should be deferred to the end of a
transaction if present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#setUnmarshaller-org.springframework.oxm.Unmarshaller-">setUnmarshaller(Unmarshaller)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/FileUtils.html#setUpOutputFile-java.io.File-boolean-boolean-boolean-">setUpOutputFile(File, boolean, boolean, boolean)</a></span> - Static method in class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/FileUtils.html" title="class in org.springframework.batch.item.util">FileUtils</a></dt>
<dd>
<div class="block">Set up output file for batch processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/util/FileUtils.html#setUpOutputFile-java.io.File-boolean-boolean-">setUpOutputFile(File, boolean, boolean)</a></span> - Static method in class org.springframework.batch.item.util.<a href="org/springframework/batch/item/util/FileUtils.html" title="class in org.springframework.batch.item.util">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use the version with explicit append parameter instead. Here append=false is assumed.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html#setUseParent-boolean-">setUseParent(boolean)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">RethrowOnThresholdExceptionHandler</a></dt>
<dd>
<div class="block">Flag to indicate the the exception counters should be shared between
sibling contexts in a nested batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#setUseParent-boolean-">setUseParent(boolean)</a></span> - Method in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">Flag to indicate the the exception counters should be shared between
sibling contexts in a nested batch (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#setUseParent-boolean-">setUseParent(boolean)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>
<div class="block">Flag to indicate whether the count is at the level of the parent context,
or just local to the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setUseSharedExtendedConnection-boolean-">setUseSharedExtendedConnection(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Indicate whether the connection used for the cursor should be used by all other processing
thus sharing the same transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#setUseStatelessSession-boolean-">setUseStatelessSession(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">Can be set only in uninitialized state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html#setUseStatelessSession-boolean-">setUseStatelessSession(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemReaderHelper.html" title="class in org.springframework.batch.item.database">HibernateItemReaderHelper</a></dt>
<dd>
<div class="block">Can be set only in uninitialized state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernatePagingItemReader.html#setUseStatelessSession-boolean-">setUseStatelessSession(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernatePagingItemReader.html" title="class in org.springframework.batch.item.database">HibernatePagingItemReader</a></dt>
<dd>
<div class="block">Can be set only in uninitialized state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/SpringValidator.html#setValidator-org.springframework.validation.Validator-">setValidator(Validator)</a></span> - Method in class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/SpringValidator.html" title="class in org.springframework.batch.item.validator">SpringValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html#setValidator-org.springframework.batch.item.validator.Validator-">setValidator(Validator&lt;? super T&gt;)</a></span> - Method in class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="class in org.springframework.batch.item.validator">ValidatingItemProcessor</a></dt>
<dd>
<div class="block">Set the validator used to validate each item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html#setValues-T-java.sql.PreparedStatement-">setValues(T, PreparedStatement)</a></span> - Method in interface org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ItemPreparedStatementSetter.html" title="interface in org.springframework.batch.item.database">ItemPreparedStatementSetter</a></dt>
<dd>
<div class="block">Set parameter values on the given PreparedStatement as determined from
the provided item.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/ColumnMapItemPreparedStatementSetter.html#setValues-java.util.Map-java.sql.PreparedStatement-">setValues(Map&lt;String, Object&gt;, PreparedStatement)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/ColumnMapItemPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support">ColumnMapItemPreparedStatementSetter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html#setValues-java.sql.PreparedStatement-">setValues(PreparedStatement)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/ListPreparedStatementSetter.html" title="class in org.springframework.batch.item.database.support">ListPreparedStatementSetter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#setVerifyCursorPosition-boolean-">setVerifyCursorPosition(boolean)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>
<div class="block">Allow verification of cursor position after current row is processed by
RowMapper or RowCallbackHandler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#setVersion-java.lang.String-">setVersion(String)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Set XML version to be used for output XML.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html#setWhereClause-java.lang.String-">setWhereClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/AbstractSqlPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">AbstractSqlPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#setWhereClause-java.lang.String-">setWhereClause(String)</a></span> - Method in class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html#setWhereStatement-java.lang.String-">setWhereStatement(String)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/AbstractNeo4jItemReader.html" title="class in org.springframework.batch.item.data">AbstractNeo4jItemReader</a></dt>
<dd>
<div class="block">An optional where fragment of the cypher query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#shouldClose-java.sql.Connection-">shouldClose(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#shouldDeleteIfEmpty-boolean-">shouldDeleteIfEmpty(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">If set to true, once the step is complete, if the resource previously provdied is
empty, it will be deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#shouldDeleteIfEmpty-boolean-">shouldDeleteIfEmpty(boolean)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">Flag to indicate that the output file should be deleted if no results were written
to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#shouldDeleteIfExists-boolean-">shouldDeleteIfExists(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">If set to true, upon the start of the step, if the resource already exists, it will
be deleted and recreated.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/SimpleBinaryBufferedReaderFactory.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">SimpleBinaryBufferedReaderFactory</span></a> - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/BufferedReaderFactory.html" title="interface in org.springframework.batch.item.file"><code>BufferedReaderFactory</code></a> useful for reading simple binary (or text)
files with no line endings, such as those produced by mainframe copy books.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/SimpleBinaryBufferedReaderFactory.html#SimpleBinaryBufferedReaderFactory--">SimpleBinaryBufferedReaderFactory()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/SimpleBinaryBufferedReaderFactory.html" title="class in org.springframework.batch.item.file">SimpleBinaryBufferedReaderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">SimpleCompletionPolicy</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>
<div class="block">Policy for terminating a batch after a fixed number of operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#SimpleCompletionPolicy--">SimpleCompletionPolicy()</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#SimpleCompletionPolicy-int-">SimpleCompletionPolicy(int)</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.SimpleTerminationContext.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">SimpleCompletionPolicy.SimpleTerminationContext</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception"><span class="typeNameLink">SimpleLimitExceptionHandler</span></a> - Class in <a href="org/springframework/batch/repeat/exception/package-summary.html">org.springframework.batch.repeat.exception</a></dt>
<dd>
<div class="block">Simple implementation of exception handler which looks for given exception
types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#SimpleLimitExceptionHandler-int-">SimpleLimitExceptionHandler(int)</a></span> - Constructor for class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">Convenience constructor for the <a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception"><code>SimpleLimitExceptionHandler</code></a> to
set the limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html#SimpleLimitExceptionHandler--">SimpleLimitExceptionHandler()</a></span> - Constructor for class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">SimpleLimitExceptionHandler</a></dt>
<dd>
<div class="block">Default constructor for the <a href="org/springframework/batch/repeat/exception/SimpleLimitExceptionHandler.html" title="class in org.springframework.batch.repeat.exception"><code>SimpleLimitExceptionHandler</code></a>.</div>
</dd>
<dt><a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html" title="class in org.springframework.batch.item.mail"><span class="typeNameLink">SimpleMailMessageItemWriter</span></a> - Class in <a href="org/springframework/batch/item/mail/package-summary.html">org.springframework.batch.item.mail</a></dt>
<dd>
<div class="block">
A simple <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> that can send mail messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html#SimpleMailMessageItemWriter--">SimpleMailMessageItemWriter()</a></span> - Constructor for class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html" title="class in org.springframework.batch.item.mail">SimpleMailMessageItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/SimpleMethodInvoker.html" title="class in org.springframework.batch.support"><span class="typeNameLink">SimpleMethodInvoker</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Simple implementation of the <a href="org/springframework/batch/support/MethodInvoker.html" title="interface in org.springframework.batch.support"><code>MethodInvoker</code></a> interface that invokes a
method on an object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SimpleMethodInvoker.html#SimpleMethodInvoker-java.lang.Object-java.lang.reflect.Method-">SimpleMethodInvoker(Object, Method)</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/SimpleMethodInvoker.html" title="class in org.springframework.batch.support">SimpleMethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SimpleMethodInvoker.html#SimpleMethodInvoker-java.lang.Object-java.lang.String-java.lang.Class...-">SimpleMethodInvoker(Object, String, Class&lt;?&gt;...)</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/SimpleMethodInvoker.html" title="class in org.springframework.batch.support">SimpleMethodInvoker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator"><span class="typeNameLink">SimpleRecordSeparatorPolicy</span></a> - Class in <a href="org/springframework/batch/item/file/separator/package-summary.html">org.springframework.batch.item.file.separator</a></dt>
<dd>
<div class="block">Simplest possible <a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator"><code>RecordSeparatorPolicy</code></a> - treats all lines as record
endings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html#SimpleRecordSeparatorPolicy--">SimpleRecordSeparatorPolicy()</a></span> - Constructor for class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SimpleRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SimpleRecordSeparatorPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/file/SimpleResourceSuffixCreator.html" title="class in org.springframework.batch.item.file"><span class="typeNameLink">SimpleResourceSuffixCreator</span></a> - Class in <a href="org/springframework/batch/item/file/package-summary.html">org.springframework.batch.item.file</a></dt>
<dd>
<div class="block">Trivial implementation of <a href="org/springframework/batch/item/file/ResourceSuffixCreator.html" title="interface in org.springframework.batch.item.file"><code>ResourceSuffixCreator</code></a> that uses the index
itself as suffix, separated by dot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/SimpleResourceSuffixCreator.html#SimpleResourceSuffixCreator--">SimpleResourceSuffixCreator()</a></span> - Constructor for class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/SimpleResourceSuffixCreator.html" title="class in org.springframework.batch.item.file">SimpleResourceSuffixCreator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.SimpleTerminationContext.html#SimpleTerminationContext-org.springframework.batch.repeat.RepeatContext-">SimpleTerminationContext(RepeatContext)</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.SimpleTerminationContext.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy.SimpleTerminationContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">SingleItemPeekableItemReader</span></a>&lt;<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="type parameter in SingleItemPeekableItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">
A <a href="org/springframework/batch/item/PeekableItemReader.html" title="interface in org.springframework.batch.item"><code>PeekableItemReader</code></a> that allows the user to peek one item ahead.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#SingleItemPeekableItemReader--">SingleItemPeekableItemReader()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support">SingleItemPeekableItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#size--">size()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>
<div class="block">Returns number of entries in the context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#skippedLinesCallback-org.springframework.batch.item.file.LineCallbackHandler-">skippedLinesCallback(LineCallbackHandler)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">A callback to be called for each line that is skipped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#sortKeys-java.util.Map-">sortKeys(Map&lt;String, Order&gt;)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The keys to sort by.</div>
</dd>
<dt><a href="org/springframework/batch/item/SpELItemKeyMapper.html" title="class in org.springframework.batch.item"><span class="typeNameLink">SpELItemKeyMapper</span></a>&lt;<a href="org/springframework/batch/item/SpELItemKeyMapper.html" title="type parameter in SpELItemKeyMapper">K</a>,<a href="org/springframework/batch/item/SpELItemKeyMapper.html" title="type parameter in SpELItemKeyMapper">V</a>&gt; - Class in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">An implementation of <code>Converter</code> that uses SpEL to map a Value to a key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/SpELItemKeyMapper.html#SpELItemKeyMapper-java.lang.String-">SpELItemKeyMapper(String)</a></span> - Constructor for class org.springframework.batch.item.<a href="org/springframework/batch/item/SpELItemKeyMapper.html" title="class in org.springframework.batch.item">SpELItemKeyMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/data/SpELMappingGemfireItemWriter.html" title="class in org.springframework.batch.item.data"><span class="typeNameLink">SpELMappingGemfireItemWriter</span></a>&lt;<a href="org/springframework/batch/item/data/SpELMappingGemfireItemWriter.html" title="type parameter in SpELMappingGemfireItemWriter">K</a>,<a href="org/springframework/batch/item/data/SpELMappingGemfireItemWriter.html" title="type parameter in SpELMappingGemfireItemWriter">V</a>&gt; - Class in <a href="org/springframework/batch/item/data/package-summary.html">org.springframework.batch.item.data</a></dt>
<dd>
<div class="block">A convenient <a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="class in org.springframework.batch.item.data"><code>GemfireItemWriter</code></a> implementation that uses a <a href="org/springframework/batch/item/SpELItemKeyMapper.html" title="class in org.springframework.batch.item"><code>SpELItemKeyMapper</code></a></div>
</dd>
<dt><a href="org/springframework/batch/item/validator/SpringValidator.html" title="class in org.springframework.batch.item.validator"><span class="typeNameLink">SpringValidator</span></a>&lt;<a href="org/springframework/batch/item/validator/SpringValidator.html" title="type parameter in SpringValidator">T</a>&gt; - Class in <a href="org/springframework/batch/item/validator/package-summary.html">org.springframework.batch.item.validator</a></dt>
<dd>
<div class="block">Adapts the <code>Validator</code> interface to
<a href="org/springframework/batch/item/validator/Validator.html" title="interface in org.springframework.batch.item.validator"><code>Validator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/SpringValidator.html#SpringValidator--">SpringValidator()</a></span> - Constructor for class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/SpringValidator.html" title="class in org.springframework.batch.item.validator">SpringValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html#sql-java.lang.String-">sql(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcBatchItemWriterBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcBatchItemWriterBuilder</a></dt>
<dd>
<div class="block">Set the SQL statement to be used for each item's updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#sql-java.lang.String-">sql(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">The query to be executed for this reader</div>
</dd>
<dt><a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">SqlitePagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">SQLite implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using database specific
features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html#SqlitePagingQueryProvider--">SqlitePagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlitePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlitePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">SqlPagingQueryProviderFactoryBean</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Factory bean for <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html#SqlPagingQueryProviderFactoryBean--">SqlPagingQueryProviderFactoryBean()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryProviderFactoryBean.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryProviderFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">SqlPagingQueryUtils</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Utility class that generates the actual SQL statements used by query
providers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html#SqlPagingQueryUtils--">SqlPagingQueryUtils()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlPagingQueryUtils.html" title="class in org.springframework.batch.item.database.support">SqlPagingQueryUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">SqlServerPagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">SQL Server implementation of a
<a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using
database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html#SqlServerPagingQueryProvider--">SqlServerPagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlServerPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlServerPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">SqlWindowingPagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Generic Paging Query Provider using standard SQL:2003 windowing functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html#SqlWindowingPagingQueryProvider--">SqlWindowingPagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SqlWindowingPagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SqlWindowingPagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html#start-org.springframework.batch.repeat.RepeatContext-">start(RepeatContext)</a></span> - Method in class org.springframework.batch.jsr.repeat.<a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html" title="class in org.springframework.batch.jsr.repeat">CheckpointAlgorithmAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/CompletionPolicy.html#start-org.springframework.batch.repeat.RepeatContext-">start(RepeatContext)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat">CompletionPolicy</a></dt>
<dd>
<div class="block">Create a new context for the execution of a batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html#start-org.springframework.batch.repeat.RepeatContext-">start(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html" title="class in org.springframework.batch.repeat.policy">CompletionPolicySupport</a></dt>
<dd>
<div class="block">Build a new <a href="org/springframework/batch/repeat/context/RepeatContextSupport.html" title="class in org.springframework.batch.repeat.context"><code>RepeatContextSupport</code></a> and return it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html#start-org.springframework.batch.repeat.RepeatContext-">start(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CompositeCompletionPolicy</a></dt>
<dd>
<div class="block">Create a new composite context from all the available policies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#start-org.springframework.batch.repeat.RepeatContext-">start(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#start-org.springframework.batch.repeat.RepeatContext-">start(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>
<div class="block">Reset the counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html#start-org.springframework.batch.repeat.RepeatContext-">start(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html" title="class in org.springframework.batch.repeat.policy">TimeoutTerminationPolicy</a></dt>
<dd>
<div class="block">Start the clock on the timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#start--">start()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Delegate to the <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#startCloseSuppression-java.sql.Connection-">startCloseSuppression(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#startDocument-javax.xml.stream.XMLEventWriter-">startDocument(XMLEventWriter)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Writes simple XML header containing:
xml declaration - defines encoding and XML version
opening tag of the root element and its attributes
If this is not sufficient for you, simply override this method.</div>
</dd>
<dt><a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml"><span class="typeNameLink">StaxEventItemReader</span></a>&lt;<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="type parameter in StaxEventItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/xml/package-summary.html">org.springframework.batch.item.xml</a></dt>
<dd>
<div class="block">Item reader for reading XML input based on StAX.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemReader.html#StaxEventItemReader--">StaxEventItemReader()</a></span> - Constructor for class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml">StaxEventItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder"><span class="typeNameLink">StaxEventItemReaderBuilder</span></a>&lt;<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="type parameter in StaxEventItemReaderBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/xml/builder/package-summary.html">org.springframework.batch.item.xml.builder</a></dt>
<dd>
<div class="block">A fluent builder for the <a href="org/springframework/batch/item/xml/StaxEventItemReader.html" title="class in org.springframework.batch.item.xml"><code>StaxEventItemReader</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#StaxEventItemReaderBuilder--">StaxEventItemReaderBuilder()</a></span> - Constructor for class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml"><span class="typeNameLink">StaxEventItemWriter</span></a>&lt;<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="type parameter in StaxEventItemWriter">T</a>&gt; - Class in <a href="org/springframework/batch/item/xml/package-summary.html">org.springframework.batch.item.xml</a></dt>
<dd>
<div class="block">An implementation of <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> which uses StAX and
<code>Marshaller</code> for serializing object to XML.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#StaxEventItemWriter--">StaxEventItemWriter()</a></span> - Constructor for class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder"><span class="typeNameLink">StaxEventItemWriterBuilder</span></a>&lt;<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="type parameter in StaxEventItemWriterBuilder">T</a>&gt; - Class in <a href="org/springframework/batch/item/xml/builder/package-summary.html">org.springframework.batch.item.xml.builder</a></dt>
<dd>
<div class="block">A builder for the <a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml"><code>StaxEventItemWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#StaxEventItemWriterBuilder--">StaxEventItemWriterBuilder()</a></span> - Constructor for class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/StaxUtils.html" title="class in org.springframework.batch.item.xml"><span class="typeNameLink">StaxUtils</span></a> - Class in <a href="org/springframework/batch/item/xml/package-summary.html">org.springframework.batch.item.xml</a></dt>
<dd>
<div class="block">This class provides a little bit of indirection to avoid ugly conditional object creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxUtils.html#StaxUtils--">StaxUtils()</a></span> - Constructor for class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxUtils.html" title="class in org.springframework.batch.item.xml">StaxUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/xml/StaxWriterCallback.html" title="interface in org.springframework.batch.item.xml"><span class="typeNameLink">StaxWriterCallback</span></a> - Interface in <a href="org/springframework/batch/item/xml/package-summary.html">org.springframework.batch.item.xml</a></dt>
<dd>
<div class="block">Callback interface for writing to an XML file - useful e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#stopCloseSuppression-java.sql.Connection-">stopCloseSuppression(Connection)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database"><span class="typeNameLink">StoredProcedureItemReader</span></a>&lt;<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="type parameter in StoredProcedureItemReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/database/package-summary.html">org.springframework.batch.item.database</a></dt>
<dd>
<div class="block">
Item reader implementation that executes a stored procedure and then reads the returned cursor
and continually retrieves the next row in the <code>ResultSet</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/StoredProcedureItemReader.html#StoredProcedureItemReader--">StoredProcedureItemReader()</a></span> - Constructor for class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/StoredProcedureItemReader.html" title="class in org.springframework.batch.item.database">StoredProcedureItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html#strict-boolean-">strict(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.FixedLengthBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder.FixedLengthBuilder</a></dt>
<dd>
<div class="block">Boolean indicating if the number of tokens in a line must match the number of
fields (ranges) configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#strict-boolean-">strict(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">Configure if the reader should be in strict mode (require the input <code>Resource</code>
to exist).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#strict-boolean-">strict(boolean)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">Setting this value to true indicates that it is an error if the input does not
exist and an exception will be thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/PropertiesConverter.html#stringToProperties-java.lang.String-">stringToProperties(String)</a></span> - Static method in class org.springframework.batch.support.<a href="org/springframework/batch/support/PropertiesConverter.html" title="class in org.springframework.batch.support">PropertiesConverter</a></dt>
<dd>
<div class="block">Parse a String to a Properties object.</div>
</dd>
<dt><a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator"><span class="typeNameLink">SuffixRecordSeparatorPolicy</span></a> - Class in <a href="org/springframework/batch/item/file/separator/package-summary.html">org.springframework.batch.item.file.separator</a></dt>
<dd>
<div class="block">A <a href="org/springframework/batch/item/file/separator/RecordSeparatorPolicy.html" title="interface in org.springframework.batch.item.file.separator"><code>RecordSeparatorPolicy</code></a> that looks for an exact match for a String at
the end of a line (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html#SuffixRecordSeparatorPolicy--">SuffixRecordSeparatorPolicy()</a></span> - Constructor for class org.springframework.batch.item.file.separator.<a href="org/springframework/batch/item/file/separator/SuffixRecordSeparatorPolicy.html" title="class in org.springframework.batch.item.file.separator">SuffixRecordSeparatorPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support"><span class="typeNameLink">SybasePagingQueryProvider</span></a> - Class in <a href="org/springframework/batch/item/database/support/package-summary.html">org.springframework.batch.item.database.support</a></dt>
<dd>
<div class="block">Sybase implementation of a <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a> using
database specific features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html#SybasePagingQueryProvider--">SybasePagingQueryProvider()</a></span> - Constructor for class org.springframework.batch.item.database.support.<a href="org/springframework/batch/item/database/support/SybasePagingQueryProvider.html" title="class in org.springframework.batch.item.database.support">SybasePagingQueryProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context"><span class="typeNameLink">SynchronizedAttributeAccessor</span></a> - Class in <a href="org/springframework/batch/repeat/context/package-summary.html">org.springframework.batch.repeat.context</a></dt>
<dd>
<div class="block">An <code>AttributeAccessor</code> that synchronizes on a mutex (not this) before
modifying or accessing the underlying attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#SynchronizedAttributeAccessor--">SynchronizedAttributeAccessor()</a></span> - Constructor for class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support"><span class="typeNameLink">SynchronizedItemStreamReader</span></a>&lt;<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="type parameter in SynchronizedItemStreamReader">T</a>&gt; - Class in <a href="org/springframework/batch/item/support/package-summary.html">org.springframework.batch.item.support</a></dt>
<dd>
<div class="block">This is a simple ItemStreamReader decorator with a synchronized ItemReader.read()
method - which makes a non-thread-safe ItemReader thread-safe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html#SynchronizedItemStreamReader--">SynchronizedItemStreamReader()</a></span> - Constructor for class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support">SynchronizedItemStreamReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/support/SystemPropertyInitializer.html" title="class in org.springframework.batch.support"><span class="typeNameLink">SystemPropertyInitializer</span></a> - Class in <a href="org/springframework/batch/support/package-summary.html">org.springframework.batch.support</a></dt>
<dd>
<div class="block">Helper class that sets up a System property with a default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/SystemPropertyInitializer.html#SystemPropertyInitializer--">SystemPropertyInitializer()</a></span> - Constructor for class org.springframework.batch.support.<a href="org/springframework/batch/support/SystemPropertyInitializer.html" title="class in org.springframework.batch.support">SystemPropertyInitializer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html#take--">take()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ResultHolderResultQueue.html" title="class in org.springframework.batch.repeat.support">ResultHolderResultQueue</a></dt>
<dd>
<div class="block">Get the next result as soon as it becomes available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html#take--">take()</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="class in org.springframework.batch.repeat.support">ThrottleLimitResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html#targetType-java.lang.Class-">targetType(Class&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemReaderBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemReaderBuilder</a></dt>
<dd>
<div class="block">The class that will represent the "item" to be returned from the reader.</div>
</dd>
<dt><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support"><span class="typeNameLink">TaskExecutorRepeatTemplate</span></a> - Class in <a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a></dt>
<dd>
<div class="block">Provides <a href="org/springframework/batch/repeat/RepeatOperations.html" title="interface in org.springframework.batch.repeat"><code>RepeatOperations</code></a> support including interceptors that can be
used to modify or monitor the behaviour at run time.<br>
This implementation is sufficient to be used to configure transactional
behaviour for each item by making the <a href="org/springframework/batch/repeat/RepeatCallback.html" title="interface in org.springframework.batch.repeat"><code>RepeatCallback</code></a> transactional,
or for the whole batch by making the execute method transactional (but only
then if the task executor is synchronous).<br>
This class is thread-safe if its collaborators are thread-safe (interceptors,
terminationPolicy, callback).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#TaskExecutorRepeatTemplate--">TaskExecutorRepeatTemplate()</a></span> - Constructor for class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support">TaskExecutorRepeatTemplate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="class in org.springframework.batch.repeat.support"><span class="typeNameLink">ThrottleLimitResultQueue</span></a>&lt;<a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="type parameter in ThrottleLimitResultQueue">T</a>&gt; - Class in <a href="org/springframework/batch/repeat/support/package-summary.html">org.springframework.batch.repeat.support</a></dt>
<dd>
<div class="block">An implementation of the <code>ResultQueue</code> that throttles the number of
expected results, limiting it to a maximum at any given time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html#ThrottleLimitResultQueue-int-">ThrottleLimitResultQueue(int)</a></span> - Constructor for class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/ThrottleLimitResultQueue.html" title="class in org.springframework.batch.repeat.support">ThrottleLimitResultQueue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.TimeoutBatchContext.html#TimeoutBatchContext-org.springframework.batch.repeat.RepeatContext-">TimeoutBatchContext(RepeatContext)</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.TimeoutBatchContext.html" title="class in org.springframework.batch.repeat.policy">TimeoutTerminationPolicy.TimeoutBatchContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">TimeoutTerminationPolicy</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>
<div class="block">Termination policy that times out after a fixed period.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html#TimeoutTerminationPolicy--">TimeoutTerminationPolicy()</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html" title="class in org.springframework.batch.repeat.policy">TimeoutTerminationPolicy</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html#TimeoutTerminationPolicy-long-">TimeoutTerminationPolicy(long)</a></span> - Constructor for class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html" title="class in org.springframework.batch.repeat.policy">TimeoutTerminationPolicy</a></dt>
<dd>
<div class="block">Construct a <a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.html" title="class in org.springframework.batch.repeat.policy"><code>TimeoutTerminationPolicy</code></a> with the specified timeout
value (in milliseconds).</div>
</dd>
<dt><a href="org/springframework/batch/repeat/policy/TimeoutTerminationPolicy.TimeoutBatchContext.html" title="class in org.springframework.batch.repeat.policy"><span class="typeNameLink">TimeoutTerminationPolicy.TimeoutBatchContext</span></a> - Class in <a href="org/springframework/batch/repeat/policy/package-summary.html">org.springframework.batch.repeat.policy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html#tokenize-java.lang.String-">tokenize(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/AbstractLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">AbstractLineTokenizer</a></dt>
<dd>
<div class="block">Yields the tokens resulting from the splitting of the supplied
<code>line</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/LineTokenizer.html#tokenize-java.lang.String-">tokenize(String)</a></span> - Method in interface org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/LineTokenizer.html" title="interface in org.springframework.batch.item.file.transform">LineTokenizer</a></dt>
<dd>
<div class="block">Yields the tokens resulting from the splitting of the supplied
<code>line</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html#tokenize-java.lang.String-">tokenize(String)</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/PatternMatchingCompositeLineTokenizer.html" title="class in org.springframework.batch.item.file.transform">PatternMatchingCompositeLineTokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ExecutionContext.html#toString--">toString()</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html#toString--">toString()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/DefaultFieldSet.html" title="class in org.springframework.batch.item.file.transform">DefaultFieldSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Range.html#toString--">toString()</a></span> - Method in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html#toString--">toString()</a></span> - Method in class org.springframework.batch.repeat.context.<a href="org/springframework/batch/repeat/context/SynchronizedAttributeAccessor.html" title="class in org.springframework.batch.repeat.context">SynchronizedAttributeAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#toString--">toString()</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html#transactional-boolean-">transactional(boolean)</a></span> - Method in class org.springframework.batch.item.file.builder.<a href="org/springframework/batch/item/file/builder/FlatFileItemWriterBuilder.html" title="class in org.springframework.batch.item.file.builder">FlatFileItemWriterBuilder</a></dt>
<dd>
<div class="block">If set to true, the flushing of the buffer is delayed while a transaction is active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#transactional-boolean-">transactional(boolean)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">The resulting writer is participating in a transaction and writes should be delayed
as late as possible.</div>
</dd>
<dt><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction"><span class="typeNameLink">TransactionAwareBufferedWriter</span></a> - Class in <a href="org/springframework/batch/support/transaction/package-summary.html">org.springframework.batch.support.transaction</a></dt>
<dd>
<div class="block">Wrapper for a <code>FileChannel</code> that delays actually writing to or closing the
buffer if a transaction is active.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html#TransactionAwareBufferedWriter-java.nio.channels.FileChannel-java.lang.Runnable-">TransactionAwareBufferedWriter(FileChannel, Runnable)</a></span> - Constructor for class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction">TransactionAwareBufferedWriter</a></dt>
<dd>
<div class="block">Create a new instance with the underlying file channel provided, and a callback
to execute on close.</div>
</dd>
<dt><a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="class in org.springframework.batch.support.transaction"><span class="typeNameLink">TransactionAwareProxyFactory</span></a>&lt;<a href="org/springframework/batch/support/transaction/TransactionAwareProxyFactory.html" title="type parameter in TransactionAwareProxyFactory">T</a>&gt; - Class in <a href="org/springframework/batch/support/transaction/package-summary.html">org.springframework.batch.support.transaction</a></dt>
<dd>
<div class="block">
Factory for transaction aware objects (like lists, sets, maps).</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="org/springframework/batch/item/xml/stax/UnclosedElementCollectingEventWriter.html" title="class in org.springframework.batch.item.xml.stax"><span class="typeNameLink">UnclosedElementCollectingEventWriter</span></a> - Class in <a href="org/springframework/batch/item/xml/stax/package-summary.html">org.springframework.batch.item.xml.stax</a></dt>
<dd>
<div class="block">Delegating XMLEventWriter, which collects the QNames of elements that were opened but not closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/UnclosedElementCollectingEventWriter.html#UnclosedElementCollectingEventWriter-javax.xml.stream.XMLEventWriter-">UnclosedElementCollectingEventWriter(XMLEventWriter)</a></span> - Constructor for class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/UnclosedElementCollectingEventWriter.html" title="class in org.springframework.batch.item.xml.stax">UnclosedElementCollectingEventWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/UnexpectedInputException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">UnexpectedInputException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Used to signal an unexpected end of an input or message stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/UnexpectedInputException.html#UnexpectedInputException-java.lang.String-">UnexpectedInputException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/UnexpectedInputException.html" title="class in org.springframework.batch.item">UnexpectedInputException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/UnexpectedInputException.html" title="class in org.springframework.batch.item"><code>UnexpectedInputException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/UnexpectedInputException.html#UnexpectedInputException-java.lang.String-java.lang.Throwable-">UnexpectedInputException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/UnexpectedInputException.html" title="class in org.springframework.batch.item">UnexpectedInputException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/UnexpectedInputException.html" title="class in org.springframework.batch.item"><code>UnexpectedInputException</code></a> based on a message and another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html#unmarshaller-org.springframework.oxm.Unmarshaller-">unmarshaller(Unmarshaller)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemReaderBuilder</a></dt>
<dd>
<div class="block">An implementation of the <code>Unmarshaller</code> from Spring's OXM module.</div>
</dd>
<dt><a href="org/springframework/batch/item/xml/stax/UnopenedElementClosingEventWriter.html" title="class in org.springframework.batch.item.xml.stax"><span class="typeNameLink">UnopenedElementClosingEventWriter</span></a> - Class in <a href="org/springframework/batch/item/xml/stax/package-summary.html">org.springframework.batch.item.xml.stax</a></dt>
<dd>
<div class="block">Delegating XMLEventWriter, which writes EndElement events that match a given collection of QNames directly
to the underlying java.io.Writer instead of to the delegate XMLEventWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/stax/UnopenedElementClosingEventWriter.html#UnopenedElementClosingEventWriter-javax.xml.stream.XMLEventWriter-java.io.Writer-java.util.List-">UnopenedElementClosingEventWriter(XMLEventWriter, Writer, List&lt;QName&gt;)</a></span> - Constructor for class org.springframework.batch.item.xml.stax.<a href="org/springframework/batch/item/xml/stax/UnopenedElementClosingEventWriter.html" title="class in org.springframework.batch.item.xml.stax">UnopenedElementClosingEventWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html#unwrap-java.lang.Class-">unwrap(Class&lt;T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/ExtendedConnectionDataSourceProxy.html" title="class in org.springframework.batch.item.database">ExtendedConnectionDataSourceProxy</a></dt>
<dd>
<div class="block">Returns either self or delegate (in this order) if one of them can be
cast to supplied parameter class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateCursorItemReader.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateCursorItemReader.html" title="class in org.springframework.batch.item.database">HibernateCursorItemReader</a></dt>
<dd>
<div class="block">Update the context and clear the session if stateful.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemReader.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemReader.html" title="class in org.springframework.batch.item.file">MultiResourceItemReader</a></dt>
<dd>
<div class="block">Store the current resource index and position in the resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/ResourcesItemReader.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/ResourcesItemReader.html" title="class in org.springframework.batch.item.file">ResourcesItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStream.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStream.html" title="interface in org.springframework.batch.item">ItemStream</a></dt>
<dd>
<div class="block">Indicates that the execution context provided during open is about to be saved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemStreamSupport.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/ItemStreamSupport.html" title="class in org.springframework.batch.item">ItemStreamSupport</a></dt>
<dd>
<div class="block">Return empty <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html" title="class in org.springframework.batch.item.support">AbstractItemCountingItemStreamItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemStream.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemStream.html" title="class in org.springframework.batch.item.support">CompositeItemStream</a></dt>
<dd>
<div class="block">Simple aggregate <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> provider for the contributions
registered under the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SingleItemPeekableItemReader.html" title="class in org.springframework.batch.item.support">SingleItemPeekableItemReader</a></dt>
<dd>
<div class="block">If there is a cached peek, then retrieve the execution context state from
that point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/SynchronizedItemStreamReader.html" title="class in org.springframework.batch.item.support">SynchronizedItemStreamReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Get the restart data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/CheckpointSupport.html#update-org.springframework.batch.item.ExecutionContext-">update(ExecutionContext)</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/CheckpointSupport.html" title="class in org.springframework.batch.jsr.item">CheckpointSupport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html#update-org.springframework.batch.repeat.RepeatContext-">update(RepeatContext)</a></span> - Method in class org.springframework.batch.jsr.repeat.<a href="org/springframework/batch/jsr/repeat/CheckpointAlgorithmAdapter.html" title="class in org.springframework.batch.jsr.repeat">CheckpointAlgorithmAdapter</a></dt>
<dd>
<div class="block">If <code>CheckpointAlgorithm.isReadyToCheckpoint()</code> is true
we will call <code>CheckpointAlgorithm.endCheckpoint()</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/CompletionPolicy.html#update-org.springframework.batch.repeat.RepeatContext-">update(RepeatContext)</a></span> - Method in interface org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat">CompletionPolicy</a></dt>
<dd>
<div class="block">Give implementations the opportunity to update the state of the current
batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html#update-org.springframework.batch.repeat.RepeatContext-">update(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompletionPolicySupport.html" title="class in org.springframework.batch.repeat.policy">CompletionPolicySupport</a></dt>
<dd>
<div class="block">Increment the context so the counter is up to date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html#update-org.springframework.batch.repeat.RepeatContext-">update(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CompositeCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CompositeCompletionPolicy</a></dt>
<dd>
<div class="block">Update all the composed contexts, and also increment the parent context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html#update-org.springframework.batch.repeat.RepeatContext-">update(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/CountingCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">CountingCompletionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.SimpleTerminationContext.html#update--">update()</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.SimpleTerminationContext.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy.SimpleTerminationContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html#update-org.springframework.batch.repeat.RepeatContext-">update(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.policy.<a href="org/springframework/batch/repeat/policy/SimpleCompletionPolicy.html" title="class in org.springframework.batch.repeat.policy">SimpleCompletionPolicy</a></dt>
<dd>
<div class="block">Increment the counter in the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#update-org.springframework.batch.repeat.RepeatContext-">update(RepeatContext)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">Delegate to the <a href="org/springframework/batch/repeat/CompletionPolicy.html" title="interface in org.springframework.batch.repeat"><code>CompletionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Range.html#UPPER_BORDER_NOT_DEFINED">UPPER_BORDER_NOT_DEFINED</a></span> - Static variable in class org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Range.html" title="class in org.springframework.batch.item.file.transform">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#useSharedExtendedConnection-boolean-">useSharedExtendedConnection(boolean)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Indicates that the connection used for the cursor is being used by all other
processing, therefor part of the same transaction.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/SpringValidator.html#validate-T-">validate(T)</a></span> - Method in class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/SpringValidator.html" title="class in org.springframework.batch.item.validator">SpringValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/Validator.html#validate-T-">validate(T)</a></span> - Method in interface org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/Validator.html" title="interface in org.springframework.batch.item.validator">Validator</a></dt>
<dd>
<div class="block">Method used to validate if the value is valid.</div>
</dd>
<dt><a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="class in org.springframework.batch.item.validator"><span class="typeNameLink">ValidatingItemProcessor</span></a>&lt;<a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="type parameter in ValidatingItemProcessor">T</a>&gt; - Class in <a href="org/springframework/batch/item/validator/package-summary.html">org.springframework.batch.item.validator</a></dt>
<dd>
<div class="block">Simple implementation of <a href="org/springframework/batch/item/ItemProcessor.html" title="interface in org.springframework.batch.item"><code>ItemProcessor</code></a> that validates input and
returns it without modifications.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html#ValidatingItemProcessor--">ValidatingItemProcessor()</a></span> - Constructor for class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="class in org.springframework.batch.item.validator">ValidatingItemProcessor</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html#ValidatingItemProcessor-org.springframework.batch.item.validator.Validator-">ValidatingItemProcessor(Validator&lt;? super T&gt;)</a></span> - Constructor for class org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidatingItemProcessor.html" title="class in org.springframework.batch.item.validator">ValidatingItemProcessor</a></dt>
<dd>
<div class="block">Creates a ValidatingItemProcessor based on the given Validator.</div>
</dd>
<dt><a href="org/springframework/batch/item/validator/ValidationException.html" title="class in org.springframework.batch.item.validator"><span class="typeNameLink">ValidationException</span></a> - Exception in <a href="org/springframework/batch/item/validator/package-summary.html">org.springframework.batch.item.validator</a></dt>
<dd>
<div class="block">This exception should be thrown when there are validation errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidationException.html#ValidationException-java.lang.String-java.lang.Throwable-">ValidationException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidationException.html" title="class in org.springframework.batch.item.validator">ValidationException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/validator/ValidationException.html" title="class in org.springframework.batch.item.validator"><code>ValidationException</code></a> based on a message and another exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/validator/ValidationException.html#ValidationException-java.lang.String-">ValidationException(String)</a></span> - Constructor for exception org.springframework.batch.item.validator.<a href="org/springframework/batch/item/validator/ValidationException.html" title="class in org.springframework.batch.item.validator">ValidationException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/validator/ValidationException.html" title="class in org.springframework.batch.item.validator"><code>ValidationException</code></a> based on a message.</div>
</dd>
<dt><a href="org/springframework/batch/item/validator/Validator.html" title="interface in org.springframework.batch.item.validator"><span class="typeNameLink">Validator</span></a>&lt;<a href="org/springframework/batch/item/validator/Validator.html" title="type parameter in Validator">T</a>&gt; - Interface in <a href="org/springframework/batch/item/validator/package-summary.html">org.springframework.batch.item.validator</a></dt>
<dd>
<div class="block">Interface used to validate objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/AbstractCursorItemReader.html#VALUE_NOT_SET">VALUE_NOT_SET</a></span> - Static variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/AbstractCursorItemReader.html" title="class in org.springframework.batch.item.database">AbstractCursorItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcPagingItemReader.html#VALUE_NOT_SET">VALUE_NOT_SET</a></span> - Static variable in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcPagingItemReader.html" title="class in org.springframework.batch.item.database">JdbcPagingItemReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/Order.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/Order.html" title="enum in org.springframework.batch.item.database">Order</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Alignment.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Alignment.html" title="enum in org.springframework.batch.item.file.transform">Alignment</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.Level.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.Level.html" title="enum in org.springframework.batch.repeat.exception">LogOrRethrowExceptionHandler.Level</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatStatus.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatStatus.html" title="enum in org.springframework.batch.repeat">RepeatStatus</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DatabaseType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.springframework.batch.support.<a href="org/springframework/batch/support/DatabaseType.html" title="enum in org.springframework.batch.support">DatabaseType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/Order.html#values--">values()</a></span> - Static method in enum org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/Order.html" title="enum in org.springframework.batch.item.database">Order</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/transform/Alignment.html#values--">values()</a></span> - Static method in enum org.springframework.batch.item.file.transform.<a href="org/springframework/batch/item/file/transform/Alignment.html" title="enum in org.springframework.batch.item.file.transform">Alignment</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.Level.html#values--">values()</a></span> - Static method in enum org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/LogOrRethrowExceptionHandler.Level.html" title="enum in org.springframework.batch.repeat.exception">LogOrRethrowExceptionHandler.Level</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/RepeatStatus.html#values--">values()</a></span> - Static method in enum org.springframework.batch.repeat.<a href="org/springframework/batch/repeat/RepeatStatus.html" title="enum in org.springframework.batch.repeat">RepeatStatus</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/DatabaseType.html#values--">values()</a></span> - Static method in enum org.springframework.batch.support.<a href="org/springframework/batch/support/DatabaseType.html" title="enum in org.springframework.batch.support">DatabaseType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html#verifyCursorPosition-boolean-">verifyCursorPosition(boolean)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcCursorItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcCursorItemReaderBuilder</a></dt>
<dd>
<div class="block">Indicates if the reader should verify the current position of the
<code>ResultSet</code> after being passed to the <code>RowMapper</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html#version-java.lang.String-">version(String)</a></span> - Method in class org.springframework.batch.item.xml.builder.<a href="org/springframework/batch/item/xml/builder/StaxEventItemWriterBuilder.html" title="class in org.springframework.batch.item.xml.builder">StaxEventItemWriterBuilder</a></dt>
<dd>
<div class="block">Version of XML to be generated.</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/RepeatTemplate.html#waitForResults-org.springframework.batch.repeat.support.RepeatInternalState-">waitForResults(RepeatInternalState)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/RepeatTemplate.html" title="class in org.springframework.batch.repeat.support">RepeatTemplate</a></dt>
<dd>
<div class="block">If necessary, wait for results to come back from remote or concurrent
processes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html#waitForResults-org.springframework.batch.repeat.support.RepeatInternalState-">waitForResults(RepeatInternalState)</a></span> - Method in class org.springframework.batch.repeat.support.<a href="org/springframework/batch/repeat/support/TaskExecutorRepeatTemplate.html" title="class in org.springframework.batch.repeat.support">TaskExecutorRepeatTemplate</a></dt>
<dd>
<div class="block">Wait for all the results to appear on the queue and execute the after
interceptors for each one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html#whereClause-java.lang.String-">whereClause(String)</a></span> - Method in class org.springframework.batch.item.database.builder.<a href="org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.html" title="class in org.springframework.batch.item.database.builder">JdbcPagingItemReaderBuilder</a></dt>
<dd>
<div class="block">The SQL <code>WHERE</code> clause for a db specific <a href="org/springframework/batch/item/database/PagingQueryProvider.html" title="interface in org.springframework.batch.item.database"><code>PagingQueryProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/ItemWriterAdapter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/ItemWriterAdapter.html" title="class in org.springframework.batch.item.adapter">ItemWriterAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.adapter.<a href="org/springframework/batch/item/adapter/PropertyExtractingDelegatingItemWriter.html" title="class in org.springframework.batch.item.adapter">PropertyExtractingDelegatingItemWriter</a></dt>
<dd>
<div class="block">Extracts values from item's fields named in
fieldsUsedAsTargetMethodArguments and passes them as arguments to the
delegate method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/amqp/AmqpItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.amqp.<a href="org/springframework/batch/item/amqp/AmqpItemWriter.html" title="class in org.springframework.batch.item.amqp">AmqpItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/MongoItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/MongoItemWriter.html" title="class in org.springframework.batch.item.data">MongoItemWriter</a></dt>
<dd>
<div class="block">If a transaction is active, buffer items to be written just before commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/Neo4jItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/Neo4jItemWriter.html" title="class in org.springframework.batch.item.data">Neo4jItemWriter</a></dt>
<dd>
<div class="block">Write all items to the data store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/RepositoryItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/RepositoryItemWriter.html" title="class in org.springframework.batch.item.data">RepositoryItemWriter</a></dt>
<dd>
<div class="block">Write all items to the data store via a Spring Data repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/HibernateItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/HibernateItemWriter.html" title="class in org.springframework.batch.item.database">HibernateItemWriter</a></dt>
<dd>
<div class="block">Save or update any entities not in the current hibernate session and then
flush the hibernate session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/IbatisBatchItemWriter.html" title="class in org.springframework.batch.item.database">IbatisBatchItemWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JdbcBatchItemWriter.html" title="class in org.springframework.batch.item.database">JdbcBatchItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/database/JpaItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.database.<a href="org/springframework/batch/item/database/JpaItemWriter.html" title="class in org.springframework.batch.item.database">JpaItemWriter</a></dt>
<dd>
<div class="block">Merge all provided items that aren't already in the persistence context
and then flush the entity manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileItemWriter.html" title="class in org.springframework.batch.item.file">FlatFileItemWriter</a></dt>
<dd>
<div class="block">Writes out a string followed by a "new line", where the format of the new
line separator is determined by the underlying operating system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/MultiResourceItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/MultiResourceItemWriter.html" title="class in org.springframework.batch.item.file">MultiResourceItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/ItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in interface org.springframework.batch.item.<a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item">ItemWriter</a></dt>
<dd>
<div class="block">Process the supplied data element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/jms/JmsItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.jms.<a href="org/springframework/batch/item/jms/JmsItemWriter.html" title="class in org.springframework.batch.item.jms">JmsItemWriter</a></dt>
<dd>
<div class="block">Send the items one-by-one to the default destination of the JMS template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#write-java.util.List-">write(List&lt;? extends V&gt;)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html#write-java.util.List-">write(List&lt;? extends MimeMessage&gt;)</a></span> - Method in class org.springframework.batch.item.mail.javamail.<a href="org/springframework/batch/item/mail/javamail/MimeMessageItemWriter.html" title="class in org.springframework.batch.item.mail.javamail">MimeMessageItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html#write-java.util.List-">write(List&lt;? extends SimpleMailMessage&gt;)</a></span> - Method in class org.springframework.batch.item.mail.<a href="org/springframework/batch/item/mail/SimpleMailMessageItemWriter.html" title="class in org.springframework.batch.item.mail">SimpleMailMessageItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ClassifierCompositeItemWriter.html" title="class in org.springframework.batch.item.support">ClassifierCompositeItemWriter</a></dt>
<dd>
<div class="block">Delegates to injected <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> instances according to their
classification by the <code>Classifier</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/CompositeItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/CompositeItemWriter.html" title="class in org.springframework.batch.item.support">CompositeItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/support/ListItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.support.<a href="org/springframework/batch/item/support/ListItemWriter.html" title="class in org.springframework.batch.item.support">ListItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxEventItemWriter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxEventItemWriter.html" title="class in org.springframework.batch.item.xml">StaxEventItemWriter</a></dt>
<dd>
<div class="block">Write the value objects and flush them to the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/xml/StaxWriterCallback.html#write-javax.xml.stream.XMLEventWriter-">write(XMLEventWriter)</a></span> - Method in interface org.springframework.batch.item.xml.<a href="org/springframework/batch/item/xml/StaxWriterCallback.html" title="interface in org.springframework.batch.item.xml">StaxWriterCallback</a></dt>
<dd>
<div class="block">Write contents using the supplied <code>XMLEventWriter</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html#write-java.util.List-">write(List&lt;? extends T&gt;)</a></span> - Method in class org.springframework.batch.jsr.item.<a href="org/springframework/batch/jsr/item/ItemWriterAdapter.html" title="class in org.springframework.batch.jsr.item">ItemWriterAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.springframework.batch.support.transaction.<a href="org/springframework/batch/support/transaction/TransactionAwareBufferedWriter.html" title="class in org.springframework.batch.support.transaction">TransactionAwareBufferedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/springframework/batch/item/WriteFailedException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">WriteFailedException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Unchecked exception indicating that an error has occurred while trying to
clear a buffer on a rollback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/WriteFailedException.html#WriteFailedException-java.lang.String-java.lang.Throwable-">WriteFailedException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/WriteFailedException.html" title="class in org.springframework.batch.item">WriteFailedException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/WriteFailedException.html" title="class in org.springframework.batch.item"><code>WriteFailedException</code></a> based on a message and another
exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/WriteFailedException.html#WriteFailedException-java.lang.String-">WriteFailedException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/WriteFailedException.html" title="class in org.springframework.batch.item">WriteFailedException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/WriteFailedException.html" title="class in org.springframework.batch.item"><code>WriteFailedException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileFooterCallback.html#writeFooter-java.io.Writer-">writeFooter(Writer)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileFooterCallback.html" title="interface in org.springframework.batch.item.file">FlatFileFooterCallback</a></dt>
<dd>
<div class="block">Write contents to a file using the supplied <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/file/FlatFileHeaderCallback.html#writeHeader-java.io.Writer-">writeHeader(Writer)</a></span> - Method in interface org.springframework.batch.item.file.<a href="org/springframework/batch/item/file/FlatFileHeaderCallback.html" title="interface in org.springframework.batch.item.file">FlatFileHeaderCallback</a></dt>
<dd>
<div class="block">Write contents to a file using the supplied <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/data/GemfireItemWriter.html#writeKeyValue-K-V-">writeKeyValue(K, V)</a></span> - Method in class org.springframework.batch.item.data.<a href="org/springframework/batch/item/data/GemfireItemWriter.html" title="class in org.springframework.batch.item.data">GemfireItemWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/KeyValueItemWriter.html#writeKeyValue-K-V-">writeKeyValue(K, V)</a></span> - Method in class org.springframework.batch.item.<a href="org/springframework/batch/item/KeyValueItemWriter.html" title="class in org.springframework.batch.item">KeyValueItemWriter</a></dt>
<dd>
<div class="block">Subclasses implement this method to write each item to key value store</div>
</dd>
<dt><a href="org/springframework/batch/item/WriterNotOpenException.html" title="class in org.springframework.batch.item"><span class="typeNameLink">WriterNotOpenException</span></a> - Exception in <a href="org/springframework/batch/item/package-summary.html">org.springframework.batch.item</a></dt>
<dd>
<div class="block">Exception indicating that an <a href="org/springframework/batch/item/ItemWriter.html" title="interface in org.springframework.batch.item"><code>ItemWriter</code></a> needed to be opened before being
written to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/WriterNotOpenException.html#WriterNotOpenException-java.lang.String-">WriterNotOpenException(String)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/WriterNotOpenException.html" title="class in org.springframework.batch.item">WriterNotOpenException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/WriterNotOpenException.html" title="class in org.springframework.batch.item"><code>WriterNotOpenException</code></a> based on a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/springframework/batch/item/WriterNotOpenException.html#WriterNotOpenException-java.lang.String-java.lang.Throwable-">WriterNotOpenException(String, Throwable)</a></span> - Constructor for exception org.springframework.batch.item.<a href="org/springframework/batch/item/WriterNotOpenException.html" title="class in org.springframework.batch.item">WriterNotOpenException</a></dt>
<dd>
<div class="block">Create a new <a href="org/springframework/batch/item/WriterNotOpenException.html" title="class in org.springframework.batch.item"><code>WriterNotOpenException</code></a> based on a message and another exception.</div>
</dd>
</dl>
<a name="I:Z">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html#ZERO">ZERO</a></span> - Static variable in class org.springframework.batch.repeat.exception.<a href="org/springframework/batch/repeat/exception/RethrowOnThresholdExceptionHandler.html" title="class in org.springframework.batch.repeat.exception">RethrowOnThresholdExceptionHandler</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>