public class MetaObjectHelper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.apache.ibatis.reflection.factory.ObjectFactory |
objectFactory |
protected static org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory |
objectWrapperFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> EntityClassDescriber<E> |
getEntityClassDescriber(Class<E> entityClass) |
static org.apache.ibatis.reflection.MetaObject |
getSysMetaObject(Object obj) |
protected static org.apache.ibatis.reflection.factory.ObjectFactory objectFactory
protected static org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory objectWrapperFactory
public static org.apache.ibatis.reflection.MetaObject getSysMetaObject(Object obj)
public static <E> EntityClassDescriber<E> getEntityClassDescriber(Class<E> entityClass)
Copyright © 2024. All rights reserved.