public class MybatisAdaptColumnWrapper
extends org.apache.ibatis.reflection.wrapper.BaseWrapper
implements org.apache.ibatis.reflection.wrapper.ObjectWrapper
| 构造器和说明 |
|---|
MybatisAdaptColumnWrapper(org.apache.ibatis.reflection.MetaObject metaObject,
Object object) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Object element) |
<E> void |
addAll(List<E> list) |
String |
findProperty(String name,
boolean useCamelCaseMapping) |
Object |
get(org.apache.ibatis.reflection.property.PropertyTokenizer prop) |
String[] |
getGetterNames() |
Class<?> |
getGetterType(String name) |
String[] |
getSetterNames() |
Class<?> |
getSetterType(String name) |
boolean |
hasGetter(String name) |
boolean |
hasSetter(String name) |
org.apache.ibatis.reflection.MetaObject |
instantiatePropertyValue(String name,
org.apache.ibatis.reflection.property.PropertyTokenizer prop,
org.apache.ibatis.reflection.factory.ObjectFactory objectFactory) |
boolean |
isCollection() |
void |
set(org.apache.ibatis.reflection.property.PropertyTokenizer prop,
Object value) |
public MybatisAdaptColumnWrapper(org.apache.ibatis.reflection.MetaObject metaObject,
Object object)
public void set(org.apache.ibatis.reflection.property.PropertyTokenizer prop,
Object value)
set 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic String findProperty(String name, boolean useCamelCaseMapping)
findProperty 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic String[] getGetterNames()
getGetterNames 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic String[] getSetterNames()
getSetterNames 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic Class<?> getSetterType(String name)
getSetterType 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic Class<?> getGetterType(String name)
getGetterType 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic boolean hasSetter(String name)
hasSetter 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic boolean hasGetter(String name)
hasGetter 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic Object get(org.apache.ibatis.reflection.property.PropertyTokenizer prop)
get 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic org.apache.ibatis.reflection.MetaObject instantiatePropertyValue(String name, org.apache.ibatis.reflection.property.PropertyTokenizer prop, org.apache.ibatis.reflection.factory.ObjectFactory objectFactory)
instantiatePropertyValue 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic boolean isCollection()
isCollection 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic void add(Object element)
add 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperpublic <E> void addAll(List<E> list)
addAll 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapperCopyright © 2025–2026 Dynamic-SQL. All rights reserved.