Package | Description |
---|---|
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.domain |
This package defines metadata modeling of a logical domain model.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeBinding.getAttribute()
Obtain the attribute bound.
|
Attribute |
AbstractAttributeBinding.getAttribute() |
Constructor and Description |
---|
AbstractAttributeBinding(AttributeBindingContainer container,
Attribute attribute) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedPluralAttribute
TODO : javadoc
|
interface |
PluralAttribute
TODO : javadoc
|
interface |
SingularAttribute
A single valued (non-collection) attribute
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractAttributeContainer.IndexedPluralAttributeImpl |
static class |
AbstractAttributeContainer.PluralAttributeImpl |
static class |
AbstractAttributeContainer.SingularAttributeImpl |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeContainer.locateAttribute(String name)
Retrieve an attribute by name.
|
Attribute |
AbstractAttributeContainer.locateAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Set<Attribute> |
AttributeContainer.attributes()
Retrieve the attributes contained in this container.
|
Set<Attribute> |
AbstractAttributeContainer.attributes() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAttributeContainer.addAttribute(Attribute attribute) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.