Spring Data Document

Uses of Interface
org.springframework.data.mongodb.core.convert.TypeKeyAware

Packages that use TypeKeyAware
org.springframework.data.mongodb.core.convert   
 

Uses of TypeKeyAware in org.springframework.data.mongodb.core.convert
 

Subinterfaces of TypeKeyAware in org.springframework.data.mongodb.core.convert
 interface MongoTypeMapper
          Combining interface to express Mongo specific TypeMapper implementations will be TypeKeyAware as well.
 

Classes in org.springframework.data.mongodb.core.convert that implement TypeKeyAware
 class DefaultMongoTypeMapper
          Default implementation of MongoTypeMapper allowing configuration of the key to lookup and store type information in DBObject.
 class MappingMongoConverter
          MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to DBObject.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.