Spring Data Couchbase

Uses of Class
org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity

Packages that use BasicCouchbasePersistentEntity
org.springframework.data.couchbase.core.mapping   
 

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

Methods in org.springframework.data.couchbase.core.mapping that return BasicCouchbasePersistentEntity
protected
<T> BasicCouchbasePersistentEntity<?>
CouchbaseMappingContext.createPersistentEntity(TypeInformation<T> typeInformation)
          Creates a concrete entity based out of the type information passed.
 

Methods in org.springframework.data.couchbase.core.mapping with parameters of type BasicCouchbasePersistentEntity
protected  CouchbasePersistentProperty CouchbaseMappingContext.createPersistentProperty(Field field, PropertyDescriptor descriptor, BasicCouchbasePersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder)
          Creates a concrete property based on the field information and entity.
 


Spring Data Couchbase

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