Uses of Class
org.springframework.batch.item.Chunk
Packages that use Chunk
Package
Description
Infrastructure interfaces and primary dependencies for item concerns.
Adapters for Plain Old Java Objects.
AMQP related batch components.
Spring Data related readers and writers.
Infrastructure implementations of database based item readers and writers.
Infrastructure implementations of io file concerns.
JMS based reader/writer and related components.
Infrastructure implementations of JSON input and output.
Java Mail based components.
JavaMail related components.
Internal support package
Infrastructure implementations of xml input and output.
-
Uses of Chunk in org.springframework.batch.item
Methods in org.springframework.batch.item that return ChunkMethods in org.springframework.batch.item with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.adapter
Methods in org.springframework.batch.item.adapter with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.amqp
Methods in org.springframework.batch.item.amqp with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.avro
Methods in org.springframework.batch.item.avro with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.data
Methods in org.springframework.batch.item.data with parameters of type ChunkModifier and TypeMethodDescriptionprotected voidPerforms the actual write to the store via the template.protected voidDeprecated.Performs the actual write using the template.protected voidPerforms the actual write to the repository.voidIf a transaction is active, buffer items to be written just before commit.voidDeprecated.Write all items to the data store.voidWrite all items to the data store via a Spring Data repository. -
Uses of Chunk in org.springframework.batch.item.database
Methods in org.springframework.batch.item.database with parameters of type ChunkModifier and TypeMethodDescriptionprotected voidDeprecated, for removal: This API element is subject to removal in a future version.Do perform the actual write operation using Hibernate's API.protected voidDo perform the actual write operation.voidDeprecated, for removal: This API element is subject to removal in a future version.Save or update any entities not in the current hibernate session and then flush the hibernate session.voidvoidMerge all provided items that aren't already in the persistence context and then flush the entity manager. -
Uses of Chunk in org.springframework.batch.item.file
Methods in org.springframework.batch.item.file with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.jms
Methods in org.springframework.batch.item.jms with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.json
Methods in org.springframework.batch.item.json with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.mail
Methods in org.springframework.batch.item.mail with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.mail.javamail
Methods in org.springframework.batch.item.mail.javamail with parameters of type Chunk -
Uses of Chunk in org.springframework.batch.item.support
Methods in org.springframework.batch.item.support with parameters of type ChunkModifier and TypeMethodDescriptionprotected abstract StringWrite out a string of items followed by a "new line", where the format of the new line separator is determined by the underlying operating system.voidWrites out a string followed by a "new line", where the format of the new line separator is determined by the underlying operating system.voidDelegates to injectedItemWriterinstances according to their classification by theClassifier.voidvoidvoidThis method delegates to thewritemethod of thedelegate. -
Uses of Chunk in org.springframework.batch.item.xml
Methods in org.springframework.batch.item.xml with parameters of type Chunk