| Package | Description |
|---|---|
| javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
| org.hibernate.type.descriptor.spi |
| Modifier and Type | Method and Description |
|---|---|
static EnumType |
EnumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumType[] |
EnumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default EnumType |
JdbcRecommendedSqlTypeMappingContext.getEnumeratedType()
For enum mappings, what style of storage was requested (name vs.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.