|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyCollector | |
---|---|
org.springframework.batch.item.database | Infrastructure implementations of database based item readers and writers. |
org.springframework.batch.item.database.support |
Uses of KeyCollector in org.springframework.batch.item.database |
---|
Methods in org.springframework.batch.item.database with parameters of type KeyCollector | |
---|---|
void |
DrivingQueryItemReader.setKeyCollector(KeyCollector keyCollector)
Set the key generation strategy to use for this input source. |
Uses of KeyCollector in org.springframework.batch.item.database.support |
---|
Classes in org.springframework.batch.item.database.support that implement KeyCollector | |
---|---|
class |
IbatisKeyCollector
KeyCollector based on iBATIS ORM framework. |
class |
MultipleColumnJdbcKeyCollector
JDBC implementation of the KeyCollector interface that works for
composite keys. |
class |
SingleColumnJdbcKeyCollector
Jdbc KeyCollector implementation that only works for a single column key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |