|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.database.BeanPropertyItemSqlParameterSourceProvider<T>
public class BeanPropertyItemSqlParameterSourceProvider<T>
A convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean properties that correspond to names used for parameters in the SQL statement.
| Constructor Summary | |
|---|---|
BeanPropertyItemSqlParameterSourceProvider()
|
|
| Method Summary | |
|---|---|
org.springframework.jdbc.core.namedparam.SqlParameterSource |
createSqlParameterSource(T item)
Provide parameter values in an BeanPropertySqlParameterSource based on values from
the provided item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanPropertyItemSqlParameterSourceProvider()
| Method Detail |
|---|
public org.springframework.jdbc.core.namedparam.SqlParameterSource createSqlParameterSource(T item)
BeanPropertySqlParameterSource based on values from
the provided item.
createSqlParameterSource in interface ItemSqlParameterSourceProvider<T>item - the item to use for parameter values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||