|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldNamingStrategy
SPI interface to determine how to name document fields in cases the field name is not manually defined.
DocumentField,
PropertyNameFieldNamingStrategy,
CamelCaseAbbreviatingFieldNamingStrategy| Method Summary | |
|---|---|
String |
getFieldName(MongoPersistentProperty property)
Returns the field name to be used for the given MongoPersistentProperty. |
| Method Detail |
|---|
String getFieldName(MongoPersistentProperty property)
MongoPersistentProperty.
property - must not be null or empty;
|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||