Uses of Class
org.hibernate.mapping.MetaAttribute

Packages that use MetaAttribute
org.hibernate.mapping   
 

Uses of MetaAttribute in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return MetaAttribute
 MetaAttribute Component.getMetaAttribute(String attributeName)
           
 MetaAttribute MetaAttributable.getMetaAttribute(String name)
           
 MetaAttribute PersistentClass.getMetaAttribute(String name)
           
 MetaAttribute Property.getMetaAttribute(String attributeName)