public class ScalarTypeEnumStandard extends Object
Converts between bean Enum types to database string or integer columns.
The limitation of this class is that it converts the Enum to either the ordinal or string value of the Enum. If you wish to convert the Enum to some other value then you should look at the Ebean specific @EnumMapping.
| Modifier and Type | Class and Description |
|---|---|
static class |
ScalarTypeEnumStandard.EnumBase |
static class |
ScalarTypeEnumStandard.OrdinalEnum |
static class |
ScalarTypeEnumStandard.StringEnum |
| Constructor and Description |
|---|
ScalarTypeEnumStandard() |
Copyright © 2014. All Rights Reserved.