public class MybatisParameter extends Object implements Serializable
| 构造器和说明 |
|---|
MybatisParameter(Object value,
Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler,
org.apache.ibatis.type.JdbcType jdbcType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MybatisParameter |
create(Object value,
Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler,
org.apache.ibatis.type.JdbcType jdbcType) |
org.apache.ibatis.type.JdbcType |
getJdbcType() |
Class<? extends org.apache.ibatis.type.TypeHandler<?>> |
getTypeHandler() |
Object |
getValue() |
String |
toString() |
public static MybatisParameter create(Object value, Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler, org.apache.ibatis.type.JdbcType jdbcType)
public Class<? extends org.apache.ibatis.type.TypeHandler<?>> getTypeHandler()
public org.apache.ibatis.type.JdbcType getJdbcType()
public Object getValue()
Copyright © 2025. All rights reserved.