org.hibernate.mapping

Interface MetaAttributable

Known Implementing Classes:
Backref, Component, IndexBackref, JoinedSubclass, PersistentClass, Property, RootClass, SingleTableSubclass, Subclass, UnionSubclass

public interface MetaAttributable

Common interface for things that can handle meta attributes.
Since:
3.0.1

Method Summary

MetaAttribute
getMetaAttribute(String name)
java.util.Map
getMetaAttributes()
void
setMetaAttributes(java.util.Map metas)

Method Details

getMetaAttribute

public MetaAttribute getMetaAttribute(String name)

getMetaAttributes

public java.util.Map getMetaAttributes()

setMetaAttributes

public void setMetaAttributes(java.util.Map metas)