Package | Description |
---|---|
org.hibernate.boot.model.source.spi | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
MetaAttribute |
ToolingHint.asMetaAttribute() |
Modifier and Type | Method and Description |
---|---|
Map<String,MetaAttribute> |
ToolingHintContext.getMetaAttributeMap()
The
org.hibernate.mapping package accepts these as a Map, so for now
expose the underlying Map. |
Modifier and Type | Method and Description |
---|---|
MetaAttribute |
Property.getMetaAttribute(String attributeName) |
MetaAttribute |
PersistentClass.getMetaAttribute(String name) |
MetaAttribute |
MetaAttributable.getMetaAttribute(String name) |
MetaAttribute |
Component.getMetaAttribute(String attributeName) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.