Package org.hibernate.mapping
Interface MetaAttributable
-
- All Known Implementing Classes:
Backref,Component,IndexBackref,JoinedSubclass,PersistentClass,Property,RootClass,SingleTableSubclass,Subclass,SyntheticProperty,UnionSubclass
public interface MetaAttributableCommon interface for things that can handle meta attributes.- Since:
- 3.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetaAttributegetMetaAttribute(java.lang.String name)java.util.MapgetMetaAttributes()voidsetMetaAttributes(java.util.Map metas)
-
-
-
Method Detail
-
getMetaAttributes
java.util.Map getMetaAttributes()
-
setMetaAttributes
void setMetaAttributes(java.util.Map metas)
-
getMetaAttribute
MetaAttribute getMetaAttribute(java.lang.String name)
-
-