Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Method and Description |
---|---|
PluralAttributeElementNature |
PluralAttributeElementSourceOneToManyImpl.getNature() |
PluralAttributeElementNature |
PluralAttributeElementSourceManyToManyImpl.getNature() |
PluralAttributeElementNature |
PluralAttributeElementSourceManyToAnyImpl.getNature() |
PluralAttributeElementNature |
PluralAttributeElementSourceEmbeddedImpl.getNature() |
PluralAttributeElementNature |
PluralAttributeElementSourceBasicImpl.getNature() |
Modifier and Type | Method and Description |
---|---|
PluralAttributeElementNature |
PluralAttributeElementSource.getNature() |
static PluralAttributeElementNature |
PluralAttributeElementNature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluralAttributeElementNature[] |
PluralAttributeElementNature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.