Package | Description |
---|---|
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm |
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.
|
Modifier and Type | Method and Description |
---|---|
PluralAttributeElementNature |
CompositePluralAttributeElementSourceImpl.getNature() |
PluralAttributeElementNature |
ManyToManyPluralAttributeElementSourceImpl.getNature() |
PluralAttributeElementNature |
OneToManyPluralAttributeElementSourceImpl.getNature() |
PluralAttributeElementNature |
BasicPluralAttributeElementSourceImpl.getNature() |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.