|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ibatis.mapping.ParameterMapping
public class ParameterMapping
| Nested Class Summary | |
|---|---|
static class |
ParameterMapping.Builder
|
| Method Summary | |
|---|---|
String |
getExpression()
Not used |
Class<?> |
getJavaType()
Used for handling output of callable statements |
JdbcType |
getJdbcType()
Used in the UnknownTypeHandler in case there is no handler for the property type |
String |
getJdbcTypeName()
Used for handling output of callable statements |
ParameterMode |
getMode()
Used for handling output of callable statements |
Integer |
getNumericScale()
Used for handling output of callable statements |
String |
getProperty()
|
String |
getResultMapId()
Used for handling output of callable statements |
TypeHandler<?> |
getTypeHandler()
Used when setting parameters to the PreparedStatement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getProperty()
public ParameterMode getMode()
public Class<?> getJavaType()
public JdbcType getJdbcType()
public Integer getNumericScale()
public TypeHandler<?> getTypeHandler()
public String getResultMapId()
public String getJdbcTypeName()
public String getExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||