当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
MetaAttributable (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.mapping
Interface MetaAttributable
- All Known Implementing Classes:
- Component, PersistentClass, Property
- public interface MetaAttributable
Common interface for things that can handle meta attributes.
- Since:
- 3.0.1
getMetaAttributes
public Map getMetaAttributes()
setMetaAttributes
public void setMetaAttributes(Map metas)
getMetaAttribute
public MetaAttribute getMetaAttribute(String name)