public class EntityMapperAnnotationResolver extends Object
| 构造器和说明 |
|---|
EntityMapperAnnotationResolver(Method method,
ExtConfiguration configuration,
EntityMapping entityMapping) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExtConfiguration |
getConfiguration() |
EntityMapping |
getEntityMapping() |
Method |
getMethod() |
String |
getScript() |
org.apache.ibatis.mapping.SqlCommandType |
getSqlCommandType() |
boolean |
isEntityMethodProvider() |
public EntityMapperAnnotationResolver(Method method, ExtConfiguration configuration, EntityMapping entityMapping)
public boolean isEntityMethodProvider()
public org.apache.ibatis.mapping.SqlCommandType getSqlCommandType()
public String getScript()
public Method getMethod()
public ExtConfiguration getConfiguration()
public EntityMapping getEntityMapping()
Copyright © 2020. All rights reserved.