|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.param.AbstractParamProvider com.tonbeller.jpivot.param.PropertyParamProvider
public class PropertyParamProvider
creates a SessionParam from a member property
SqlAccess
,
SessionParam
Constructor Summary | |
---|---|
PropertyParamProvider(java.lang.String paramName,
java.lang.String propertyName)
creates a SessionParam from a member property. |
Method Summary | |
---|---|
protected void |
addMemberParams(java.util.List list,
SqlAccess sa,
Member member)
|
Methods inherited from class com.tonbeller.jpivot.param.AbstractParamProvider |
---|
createSessionParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyParamProvider(java.lang.String paramName, java.lang.String propertyName)
paramName
- name of the parameterpropertyName
- name of the member property whose value will become the SQL value of the parameterSqlAccess
,
SessionParam
Method Detail |
---|
protected void addMemberParams(java.util.List list, SqlAccess sa, Member member)
addMemberParams
in class AbstractParamProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |