|
Spring Data Couchbase | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CouchbasePersistentProperty in org.springframework.data.couchbase.core |
|---|
| Fields in org.springframework.data.couchbase.core with type parameters of type CouchbasePersistentProperty | |
|---|---|
protected MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> |
CouchbaseTemplate.mappingContext
|
| Uses of CouchbasePersistentProperty in org.springframework.data.couchbase.core.convert |
|---|
| Fields in org.springframework.data.couchbase.core.convert with type parameters of type CouchbasePersistentProperty | |
|---|---|
protected MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> |
MappingCouchbaseConverter.mappingContext
The generic mapping context. |
| Methods in org.springframework.data.couchbase.core.convert that return types with arguments of type CouchbasePersistentProperty | |
|---|---|
MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> |
MappingCouchbaseConverter.getMappingContext()
|
| Methods in org.springframework.data.couchbase.core.convert with parameters of type CouchbasePersistentProperty | |
|---|---|
protected Object |
MappingCouchbaseConverter.getValueInternal(CouchbasePersistentProperty property,
CouchbaseDocument source,
Object parent)
Loads the property value through the value provider. |
| Constructor parameters in org.springframework.data.couchbase.core.convert with type arguments of type CouchbasePersistentProperty | |
|---|---|
MappingCouchbaseConverter(MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
Create a new MappingCouchbaseConverter. |
|
| Uses of CouchbasePersistentProperty in org.springframework.data.couchbase.core.mapping |
|---|
| Classes in org.springframework.data.couchbase.core.mapping that implement CouchbasePersistentProperty | |
|---|---|
class |
BasicCouchbasePersistentProperty
Implements annotated property representations of a given Field instance. |
| Methods in org.springframework.data.couchbase.core.mapping that return CouchbasePersistentProperty | |
|---|---|
protected CouchbasePersistentProperty |
CouchbaseMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
BasicCouchbasePersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder)
Creates a concrete property based on the field information and entity. |
| Methods in org.springframework.data.couchbase.core.mapping that return types with arguments of type CouchbasePersistentProperty | |
|---|---|
protected Association<CouchbasePersistentProperty> |
BasicCouchbasePersistentProperty.createAssociation()
Creates a new Association. |
| Methods in org.springframework.data.couchbase.core.mapping with parameters of type CouchbasePersistentProperty | |
|---|---|
String |
FieldNamingStrategy.getFieldName(CouchbasePersistentProperty property)
Returns the field name to be used for the given CouchbasePersistentProperty. |
String |
CamelCaseSplittingFieldNamingStrategy.getFieldName(CouchbasePersistentProperty property)
|
String |
FallbackFieldNamingStrategy.getFieldName(CouchbasePersistentProperty property)
|
| Uses of CouchbasePersistentProperty in org.springframework.data.couchbase.repository.query |
|---|
| Constructor parameters in org.springframework.data.couchbase.repository.query with type arguments of type CouchbasePersistentProperty | |
|---|---|
CouchbaseQueryMethod(Method method,
RepositoryMetadata metadata,
MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
|
|
|
Spring Data Couchbase | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||