@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface Property
Note: Requires the Conventions.ANNOTATION_CONVENTION
Conventions.ANNOTATION_CONVENTION
Modifier and Type | Optional Element and Description |
---|---|
String |
name
The name to use for the mapped field when storing the field in the database.
|
boolean |
useDiscriminator |
public abstract String name
FieldModel.getDocumentFieldName()