Spring Data MongoDB - Core

Uses of Interface
org.springframework.data.mongodb.core.mapping.FieldNamingStrategy

Packages that use FieldNamingStrategy
org.springframework.data.mongodb.core.mapping Infrastructure for the MongoDB document-to-object mapping subsystem. 
 

Uses of FieldNamingStrategy in org.springframework.data.mongodb.core.mapping
 

Classes in org.springframework.data.mongodb.core.mapping that implement FieldNamingStrategy
 class CamelCaseAbbreviatingFieldNamingStrategy
          FieldNamingStrategy that abbreviates field names by using the very first letter of the camel case parts of the MongoPersistentProperty's name.
 class PropertyNameFieldNamingStrategy
          FieldNamingStrategy simply using the MongoPersistentProperty's name.
 

Methods in org.springframework.data.mongodb.core.mapping with parameters of type FieldNamingStrategy
 void MongoMappingContext.setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)
          Configures the FieldNamingStrategy to be used to determine the field name if no manual mapping is applied.
 

Constructors in org.springframework.data.mongodb.core.mapping with parameters of type FieldNamingStrategy
BasicMongoPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, MongoPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder, FieldNamingStrategy fieldNamingStrategy)
          Creates a new BasicMongoPersistentProperty.
CachingMongoPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, MongoPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder, FieldNamingStrategy fieldNamingStrategy)
          Creates a new CachingMongoPersistentProperty.
 


Spring Data MongoDB - Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.