|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.jpa.support.parametersource.BeanPropertyParameterSource
public class BeanPropertyParameterSource
| Constructor Summary | |
|---|---|
BeanPropertyParameterSource(java.lang.Object object)
Create a new BeanPropertySqlParameterSource for the given bean. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getReadablePropertyNames()
Provide access to the property names of the wrapped bean. |
java.lang.Object |
getValue(java.lang.String paramName)
Return the parameter value for the requested named parameter. |
boolean |
hasValue(java.lang.String paramName)
Determine whether there is a value for the specified named parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanPropertyParameterSource(java.lang.Object object)
object - the bean instance to wrap| Method Detail |
|---|
public boolean hasValue(java.lang.String paramName)
ParameterSource
hasValue in interface ParameterSourceparamName - the name of the parameter
public java.lang.Object getValue(java.lang.String paramName)
ParameterSource
getValue in interface ParameterSourceparamName - the name of the parameter
public java.lang.String[] getReadablePropertyNames()
PropertyAccessor interface.
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||