Uses of Class
org.hibernate.mapping.MetaAttribute
-
Packages that use MetaAttribute Package Description org.hibernate.boot.model.source.spi org.hibernate.mapping -
-
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 MetaAttributeToolingHint. 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.mappingpackage 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 MetaAttributeComponent. getMetaAttribute(String attributeName)MetaAttributeMetaAttributable. getMetaAttribute(String name)MetaAttributePersistentClass. getMetaAttribute(String name)MetaAttributeProperty. getMetaAttribute(String attributeName)
-