org.seasar.doma.internal.apt.meta
クラス DaoMeta
java.lang.Object
org.seasar.doma.internal.apt.meta.DaoMeta
public class DaoMeta
- extends Object
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeParamMapStack
protected final Deque<Map<TypeMirror,TypeMirror>> typeParamMapStack
queryMetas
protected final List<QueryMeta> queryMetas
configType
protected TypeMirror configType
daoType
protected TypeMirror daoType
daoElement
protected TypeElement daoElement
name
protected String name
config
protected Config config
DaoMeta
public DaoMeta()
getName
public String getName()
setName
public void setName(String name)
getConfigType
public TypeMirror getConfigType()
setConfigType
public void setConfigType(TypeMirror configType)
getDaoType
public TypeMirror getDaoType()
setDaoType
public void setDaoType(TypeMirror daoType)
getDaoElement
public TypeElement getDaoElement()
setDaoElement
public void setDaoElement(TypeElement daoElement)
addQueryMeta
public void addQueryMeta(QueryMeta queryMeta)
getQueryMetas
public List<QueryMeta> getQueryMetas()
addTypeParameterMap
public void addTypeParameterMap(Map<TypeMirror,TypeMirror> typeParameterMap)
getTypeParameterMap
public Map<TypeMirror,TypeMirror> getTypeParameterMap()
Copyright © 2009 The Seasar Foundation. All Rights Reserved.