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

Method Summary
 MetaAttribute getMetaAttribute(String name)
           
 Map getMetaAttributes()
           
 void setMetaAttributes(Map metas)
           
 

Method Detail

getMetaAttributes

public Map getMetaAttributes()

setMetaAttributes

public void setMetaAttributes(Map metas)

getMetaAttribute

public MetaAttribute getMetaAttribute(String name)