Class | Description |
---|---|
Enums |
Configuration for behavior related to
Enum s. |
Enum | Description |
---|---|
EnumStrategy |
Annotation Type | Description |
---|---|
DatabaseValue | |
EnumByName |
Specifies that an
Enum value should be bound or mapped as its Enum.name() . |
EnumByOrdinal |
Specifies that an
Enum value should be bound or mapped as its Enum.ordinal() . |
Copyright © 2019. All rights reserved.