接口 MetaAttributable
-
- 所有已知实现类:
Backref,Component,IndexBackref,JoinedSubclass,PersistentClass,Property,RootClass,SingleTableSubclass,Subclass,SyntheticProperty,UnionSubclass
public interface MetaAttributableCommon interface for things that can handle meta attributes.- 从以下版本开始:
- 3.0.1
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 MetaAttributegetMetaAttribute(String name)MapgetMetaAttributes()voidsetMetaAttributes(Map metas)
-
-
-
方法详细资料
-
getMetaAttributes
Map getMetaAttributes()
-
setMetaAttributes
void setMetaAttributes(Map metas)
-
getMetaAttribute
MetaAttribute getMetaAttribute(String name)
-
-