Spring Data Couchbase

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

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

Uses of CouchbasePersistentEntity in org.springframework.data.couchbase.core
 

Fields in org.springframework.data.couchbase.core with type parameters of type CouchbasePersistentEntity
protected  MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> CouchbaseTemplate.mappingContext
           
 

Uses of CouchbasePersistentEntity in org.springframework.data.couchbase.core.convert
 

Fields in org.springframework.data.couchbase.core.convert with type parameters of type CouchbasePersistentEntity
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 CouchbasePersistentEntity
 MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> MappingCouchbaseConverter.getMappingContext()
           
 

Methods in org.springframework.data.couchbase.core.convert with parameters of type CouchbasePersistentEntity
protected
<R> R
MappingCouchbaseConverter.read(CouchbasePersistentEntity<R> entity, CouchbaseDocument source, Object parent)
          Read an incoming CouchbaseDocument into the target entity.
protected  void MappingCouchbaseConverter.writeInternal(Object source, CouchbaseDocument target, CouchbasePersistentEntity<?> entity)
          Internal helper method to write the source object into the target document.
 

Constructor parameters in org.springframework.data.couchbase.core.convert with type arguments of type CouchbasePersistentEntity
MappingCouchbaseConverter(MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
          Create a new MappingCouchbaseConverter.
 

Uses of CouchbasePersistentEntity in org.springframework.data.couchbase.core.mapping
 

Classes in org.springframework.data.couchbase.core.mapping that implement CouchbasePersistentEntity
 class BasicCouchbasePersistentEntity<T>
          The representation of a persistent entity.
 

Constructors in org.springframework.data.couchbase.core.mapping with parameters of type CouchbasePersistentEntity
BasicCouchbasePersistentProperty(Field field, PropertyDescriptor propertyDescriptor, CouchbasePersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder, FieldNamingStrategy fieldNamingStrategy)
          Create a new instance of the BasicCouchbasePersistentProperty class.
 

Uses of CouchbasePersistentEntity in org.springframework.data.couchbase.repository.query
 

Constructor parameters in org.springframework.data.couchbase.repository.query with type arguments of type CouchbasePersistentEntity
CouchbaseQueryMethod(Method method, RepositoryMetadata metadata, MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
           
 

Uses of CouchbasePersistentEntity in org.springframework.data.couchbase.repository.support
 

Constructors in org.springframework.data.couchbase.repository.support with parameters of type CouchbasePersistentEntity
MappingCouchbaseEntityInformation(CouchbasePersistentEntity<T> entity)
          Create a new Infomration container.
 


Spring Data Couchbase

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