Package | Description |
---|---|
org.hibernate.boot.model.source.spi | |
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
Modifier and Type | Method and Description |
---|---|
EntityIdentifierNature |
IdentifierSource.getNature()
Obtain the nature of this identifier source.
|
Modifier and Type | Method and Description |
---|---|
static EntityIdentifierNature |
EntityIdentifierNature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityIdentifierNature[] |
EntityIdentifierNature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.