| Package | Description |
|---|---|
| com.avaje.ebeanservice.docstore.api.mapping |
Mapping for document store integration.
|
| Modifier and Type | Method and Description |
|---|---|
DocPropertyType |
DocPropertyMapping.getType()
Return the type of the property.
|
static DocPropertyType |
DocPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocPropertyType[] |
DocPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocPropertyMapping.setType(DocPropertyType type)
Set the type of the property.
|
| Constructor and Description |
|---|
DocPropertyMapping(String name,
DocPropertyType type)
Construct property mapping.
|
DocPropertyMapping(String name,
DocPropertyType type,
DocPropertyOptions options)
Construct property mapping with options.
|
Copyright © 2016. All rights reserved.