Spring Data Couchbase

Uses of Package
org.springframework.data.couchbase.core.mapping

Packages that use org.springframework.data.couchbase.core.mapping
org.springframework.data.couchbase.config   
org.springframework.data.couchbase.core   
org.springframework.data.couchbase.core.convert   
org.springframework.data.couchbase.core.convert.translation   
org.springframework.data.couchbase.core.mapping   
org.springframework.data.couchbase.core.mapping.event   
org.springframework.data.couchbase.repository.query   
org.springframework.data.couchbase.repository.support   
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.config
CouchbaseMappingContext
          Default implementation of a MappingContext for Couchbase using BasicCouchbasePersistentEntity and BasicCouchbasePersistentProperty as primary abstractions.
FieldNamingStrategy
          SPI interface to determine how to name document fields in cases the field name is not manually defined.
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.core
CouchbasePersistentEntity
          Represents an entity that can be persisted which contains 0 or more properties.
CouchbasePersistentProperty
          Represents a property part of an entity that needs to be persisted.
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.core.convert
CouchbaseDocument
          A CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server.
CouchbasePersistentEntity
          Represents an entity that can be persisted which contains 0 or more properties.
CouchbasePersistentProperty
          Represents a property part of an entity that needs to be persisted.
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.core.convert.translation
CouchbaseStorable
          Marker Interface to identify either a CouchbaseDocument or a CouchbaseList.
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.core.mapping
BasicCouchbasePersistentEntity
          The representation of a persistent entity.
CamelCaseSplittingFieldNamingStrategy
          Configurable FieldNamingStrategy that splits up camel-case property names and reconcatenates them using a configured delimiter.
CouchbaseDocument
          A CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server.
CouchbaseList
          A CouchbaseList is an abstract list that represents an array stored in a (most of the times JSON) document.
CouchbasePersistentEntity
          Represents an entity that can be persisted which contains 0 or more properties.
CouchbasePersistentProperty
          Represents a property part of an entity that needs to be persisted.
CouchbaseStorable
          Marker Interface to identify either a CouchbaseDocument or a CouchbaseList.
FallbackFieldNamingStrategy
          FieldNamingStrategy simply using the CouchbasePersistentProperty's name.
FieldNamingStrategy
          SPI interface to determine how to name document fields in cases the field name is not manually defined.
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.core.mapping.event
CouchbaseDocument
          A CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server.
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.repository.query
CouchbasePersistentEntity
          Represents an entity that can be persisted which contains 0 or more properties.
CouchbasePersistentProperty
          Represents a property part of an entity that needs to be persisted.
 

Classes in org.springframework.data.couchbase.core.mapping used by org.springframework.data.couchbase.repository.support
CouchbasePersistentEntity
          Represents an entity that can be persisted which contains 0 or more properties.
 


Spring Data Couchbase

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