Spring Data Couchbase

Uses of Interface
org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty

Packages that use CouchbasePersistentProperty
org.springframework.data.couchbase.core   
org.springframework.data.couchbase.core.convert   
org.springframework.data.couchbase.core.mapping   
org.springframework.data.couchbase.repository.query   
 

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

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.