| Package | Description |
|---|---|
| org.hibernate.metamodel.model.convert.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedEnumValueConverter<E extends Enum>
BasicValueConverter handling the conversion of an enum based on
JPA
EnumType.STRING strategy (storing the name) |
class |
OrdinalEnumValueConverter<E extends Enum>
BasicValueConverter handling the conversion of an enum based on
JPA
EnumType.ORDINAL strategy (storing the ordinal) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.