|
Spring Data Couchbase | |||||||||
| 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.
FallbackFieldNamingStrategy,
CamelCaseAbbreviatingFieldNamingStrategy,
SnakeCaseFieldNamingStrategy| Method Summary | |
|---|---|
String |
getFieldName(CouchbasePersistentProperty property)
Returns the field name to be used for the given CouchbasePersistentProperty. |
| Method Detail |
|---|
String getFieldName(CouchbasePersistentProperty property)
CouchbasePersistentProperty.
property - must not be null or empty.
|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||