JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
dev.morphia.annotations
Annotation Interface Property
@Documented
@Inherited
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
})
public @interface
Property
Optional annotation for specifying persistence behavior
Author:
Olafur Gauti Gudmundsson, Scott Hernandez
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Class
<?>
concreteClass
String
value
Element Details
concreteClass
Class
<?>
concreteClass
Returns:
the concrete class to instantiate.
Default:
java.lang.Object.class
value
String
value
Returns:
the field name to use in the document. Defaults to the java field name.
Default:
"."