Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.mapping.PropertyNameFieldNamingStrategy

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

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

Methods in org.springframework.data.mongodb.core.mapping that return PropertyNameFieldNamingStrategy
static PropertyNameFieldNamingStrategy PropertyNameFieldNamingStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyNameFieldNamingStrategy[] PropertyNameFieldNamingStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Data MongoDB - Core

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