Spring Data Document

org.springframework.data.mongodb.core.mapping
Class MongoSimpleTypes

java.lang.Object
  extended by org.springframework.data.mongodb.core.mapping.MongoSimpleTypes

public abstract class MongoSimpleTypes
extends Object

Simple constant holder for a SimpleTypeHolder enriched with Mongo specific simple types.

Author:
Oliver Gierke

Field Summary
static Set<Class<?>> AUTOGENERATED_ID_TYPES
           
static org.springframework.data.mapping.model.SimpleTypeHolder HOLDER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTOGENERATED_ID_TYPES

public static final Set<Class<?>> AUTOGENERATED_ID_TYPES

HOLDER

public static final org.springframework.data.mapping.model.SimpleTypeHolder HOLDER

Spring Data Document

Copyright © 2012. All Rights Reserved.