Class | Description |
---|---|
JpaAttributeConverterImpl<O,R> |
Standard implementation of JpaAttributeConverter
|
NamedEnumValueConverter<E extends Enum> |
BasicValueConverter handling the conversion of an enum based on
JPA
EnumType.STRING strategy (storing the name) |
OrdinalEnumValueConverter<E extends Enum> |
BasicValueConverter handling the conversion of an enum based on
JPA
EnumType.ORDINAL strategy (storing the ordinal) |
StandardBasicValueConverter<O,R> |
A no-op / pass-through conversion
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.