Package | Description |
---|---|
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.source | |
org.hibernate.metamodel.source.hbm | |
org.hibernate.metamodel.source.internal |
Modifier and Type | Method and Description |
---|---|
MetaAttributeContext |
EntityBinding.getMetaAttributeContext() |
MetaAttributeContext |
ComponentAttributeBinding.getMetaAttributeContext() |
MetaAttributeContext |
BasicAttributeBinding.getMetaAttributeContext() |
MetaAttributeContext |
AttributeBindingContainer.getMetaAttributeContext()
Obtain the meta-attribute context for this container.
|
MetaAttributeContext |
AttributeBinding.getMetaAttributeContext()
Obtain the meta attributes associated with this binding
|
MetaAttributeContext |
AbstractAttributeBinding.getMetaAttributeContext() |
Modifier and Type | Method and Description |
---|---|
void |
EntityBinding.setMetaAttributeContext(MetaAttributeContext metaAttributeContext) |
void |
ComponentAttributeBinding.setMetaAttributeContext(MetaAttributeContext metaAttributeContext) |
void |
BasicAttributeBinding.setMetaAttributeContext(MetaAttributeContext metaAttributeContext) |
void |
AbstractAttributeBinding.setMetaAttributeContext(MetaAttributeContext metaAttributeContext) |
Modifier and Type | Method and Description |
---|---|
MetaAttributeContext |
MetadataImplementor.getGlobalMetaAttributeContext() |
Constructor and Description |
---|
MetaAttributeContext(MetaAttributeContext parentContext) |
Modifier and Type | Method and Description |
---|---|
static MetaAttributeContext |
Helper.extractMetaAttributeContext(List<JaxbMetaElement> metaElementList,
boolean onlyInheritable,
MetaAttributeContext parentContext) |
MetaAttributeContext |
HbmBindingContext.getMetaAttributeContext() |
Modifier and Type | Method and Description |
---|---|
static MetaAttributeContext |
Helper.extractMetaAttributeContext(List<JaxbMetaElement> metaElementList,
boolean onlyInheritable,
MetaAttributeContext parentContext) |
Modifier and Type | Method and Description |
---|---|
MetaAttributeContext |
MetadataImpl.getGlobalMetaAttributeContext() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.