Uses of Class
org.hibernate.mapping.MetaAttribute
-
Packages that use MetaAttribute Package Description org.hibernate.boot.model.source.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of MetaAttribute in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return MetaAttribute Modifier and Type Method Description MetaAttribute
ToolingHint. asMetaAttribute()
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type MetaAttribute Modifier and Type Method Description Map<String,MetaAttribute>
ToolingHintContext. getMetaAttributeMap()
Theorg.hibernate.mapping
package accepts these as a Map, so for now expose the underlying Map. -
Uses of MetaAttribute in org.hibernate.mapping
Methods in org.hibernate.mapping that return MetaAttribute Modifier and Type Method Description MetaAttribute
Component. getMetaAttribute(String attributeName)
MetaAttribute
MetaAttributable. getMetaAttribute(String name)
MetaAttribute
PersistentClass. getMetaAttribute(String name)
MetaAttribute
Property. getMetaAttribute(String attributeName)
Methods in org.hibernate.mapping that return types with arguments of type MetaAttribute Modifier and Type Method Description Map<String,MetaAttribute>
Component. getMetaAttributes()
Map<String,MetaAttribute>
MetaAttributable. getMetaAttributes()
Map<String,MetaAttribute>
PersistentClass. getMetaAttributes()
Map<String,MetaAttribute>
Property. getMetaAttributes()
Method parameters in org.hibernate.mapping with type arguments of type MetaAttribute Modifier and Type Method Description void
Component. setMetaAttributes(Map<String,MetaAttribute> metas)
void
MetaAttributable. setMetaAttributes(Map<String,MetaAttribute> metas)
void
PersistentClass. setMetaAttributes(Map<String,MetaAttribute> metas)
void
Property. setMetaAttributes(Map<String,MetaAttribute> metas)
-