接口 | 说明 |
---|---|
IArrayValueAction |
If the return value is array, this class should be used.
|
IDyadicArrayValueAction |
If the return value is dyadic array, this class should be used.
|
IDyadicListValueAction |
If the return value is dyadic list, this class should be used.
|
IListValueAction |
If the return value is list, this class should be used.
|
IMapAction |
If the return value is map, this class should be used.
|
IOrmAction |
SQL operation interface
|
IOrmPlusAction |
This class is used to extends ORM interface.
|
IPojoAction<E> |
If the return value is POJO or list of POJO, this class should be used.
|
ISingleValueAction |
If the return value is single value, this class should be used.
|
IVoidAction |
This class provides more complex solution that more types of parameter
are supported: List(T),POJO,List(POJO), ORM-POJO,List(ORM-POJO)
|