Java org.apache.ibatis.mapping ParameterMapping fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.mapping ParameterMapping fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.mapping ParameterMapping.

The text is from its open source code.

Method

StringgetExpression()
Not used
ClassgetJavaType()
Used for handling output of callable statements.
JdbcTypegetJdbcType()
Used in the UnknownTypeHandler in case there is no handler for the property type.
StringgetJdbcTypeName()
Used for handling output of callable statements.
ParameterModegetMode()
Used for handling output of callable statements.
IntegergetNumericScale()
Used for handling output of callable statements.
StringgetProperty()
StringgetResultMapId()
Used for handling output of callable statements.
TypeHandlergetTypeHandler()
Used when setting parameters to the PreparedStatement.