Spring Data MongoDB - Core

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

Packages that use org.springframework.data.mongodb.core.mapping
org.springframework.data.mongodb.config Spring XML namespace configuration for MongoDB specific repositories. 
org.springframework.data.mongodb.core.aggregation Support for the MongoDB aggregation framework. 
org.springframework.data.mongodb.core.convert Spring Data MongoDB specific converter infrastructure. 
org.springframework.data.mongodb.core.index Support for MongoDB document indexing. 
org.springframework.data.mongodb.core.mapping Infrastructure for the MongoDB document-to-object mapping subsystem. 
org.springframework.data.mongodb.repository.query Query derivation mechanism for MongoDB specific repositories. 
org.springframework.data.mongodb.repository.support Support infrastructure for query derivation of MongoDB specific repositories. 
 

Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.config
FieldNamingStrategy
          SPI interface to determine how to name document fields in cases the field name is not manually defined.
MongoMappingContext
          Default implementation of a MappingContext for MongoDB using BasicMongoPersistentEntity and BasicMongoPersistentProperty as primary abstractions.
 

Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.aggregation
MongoPersistentEntity
          MongoDB specific PersistentEntity abstraction.
MongoPersistentProperty
          MongoDB specific PersistentProperty extension.
 

Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.convert
DBRef
          An annotation that indicates the annotated field is to be stored using a DBRef.
MongoPersistentEntity
          MongoDB specific PersistentEntity abstraction.
MongoPersistentProperty
          MongoDB specific PersistentProperty extension.
 

Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.index
MongoMappingContext
          Default implementation of a MappingContext for MongoDB using BasicMongoPersistentEntity and BasicMongoPersistentProperty as primary abstractions.
MongoPersistentEntity
          MongoDB specific PersistentEntity abstraction.
MongoPersistentProperty
          MongoDB specific PersistentProperty extension.
 

Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.core.mapping
BasicMongoPersistentEntity
          MongoDB specific MongoPersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
BasicMongoPersistentProperty
          MongoDB specific MongoPersistentProperty implementation.
CamelCaseSplittingFieldNamingStrategy
          Configurable FieldNamingStrategy that splits up camel-case property names and reconcatenates them using a configured delimiter.
DBRef
          An annotation that indicates the annotated field is to be stored using a DBRef.
FieldNamingStrategy
          SPI interface to determine how to name document fields in cases the field name is not manually defined.
MongoPersistentEntity
          MongoDB specific PersistentEntity abstraction.
MongoPersistentProperty
          MongoDB specific PersistentProperty extension.
MongoPersistentProperty.PropertyToFieldNameConverter
          Simple Converter implementation to transform a MongoPersistentProperty into its field name.
PropertyNameFieldNamingStrategy
          FieldNamingStrategy simply using the MongoPersistentProperty's name.
 

Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.repository.query
MongoPersistentEntity
          MongoDB specific PersistentEntity abstraction.
MongoPersistentProperty
          MongoDB specific PersistentProperty extension.
 

Classes in org.springframework.data.mongodb.core.mapping used by org.springframework.data.mongodb.repository.support
MongoPersistentEntity
          MongoDB specific PersistentEntity abstraction.
 


Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.