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 |
---|---|
static void |
Helper.checkPluralAttributeNature(PluralAttribute attribute,
PluralAttributeNature expected) |
Modifier and Type | Method and Description |
---|---|
PluralAttributeNature |
PluralAttribute.getNature() |
PluralAttributeNature |
AbstractAttributeContainer.PluralAttributeImpl.getNature() |
static PluralAttributeNature |
PluralAttributeNature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluralAttributeNature[] |
PluralAttributeNature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected PluralAttribute |
AbstractAttributeContainer.createPluralAttribute(String name,
PluralAttributeNature nature) |
Constructor and Description |
---|
AbstractAttributeContainer.IndexedPluralAttributeImpl(String name,
PluralAttributeNature nature,
AttributeContainer attributeContainer) |
AbstractAttributeContainer.PluralAttributeImpl(String name,
PluralAttributeNature nature,
AttributeContainer attributeContainer) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.