| Package | Description |
|---|---|
| org.hibernate.boot.model.source.internal.hbm | |
| org.hibernate.boot.model.source.spi |
| Modifier and Type | Method and Description |
|---|---|
SingularAttributeNature |
CompositeIdentifierSingularAttributeSourceBasicImpl.getSingularAttributeNature() |
SingularAttributeNature |
CompositeIdentifierSingularAttributeSourceManyToOneImpl.getSingularAttributeNature() |
SingularAttributeNature |
AbstractSingularAttributeSourceEmbeddedImpl.getSingularAttributeNature() |
SingularAttributeNature |
SingularAttributeSourceAnyImpl.getSingularAttributeNature() |
| Modifier and Type | Method and Description |
|---|---|
SingularAttributeNature |
SingularAttributeSource.getSingularAttributeNature()
Obtain the nature of this attribute type.
|
static SingularAttributeNature |
SingularAttributeNature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SingularAttributeNature[] |
SingularAttributeNature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.