| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumToDbIntegerMap
Used to map enum values to database integer values.
|
class |
EnumToDbStringMap
Used to map Enum values to database string/varchar values.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EnumToDbValueMap<T> |
EnumToDbValueMap.add(Object beanValue,
String dbValue)
Add name value pair where the dbValue is the raw string and may need to
be converted (to an Integer for example).
|
static EnumToDbValueMap<?> |
EnumToDbValueMap.create(boolean integerType) |
| Constructor and Description |
|---|
ScalarTypeEnumWithMapping(EnumToDbValueMap<?> beanDbMap,
Class<?> enumType,
int length)
Create with an explicit mapping of bean to database values.
|
Copyright © 2014. All Rights Reserved.