Uses of Class
net.vz.mongodb.jackson.DBRef

Packages that use DBRef
net.vz.mongodb.jackson   
net.vz.mongodb.jackson.internal   
 

Uses of DBRef in net.vz.mongodb.jackson
 

Method parameters in net.vz.mongodb.jackson with type arguments of type DBRef
<R,RK> List<R>
JacksonDBCollection.fetch(Collection<DBRef<R,RK>> collection)
          Fetch a collection of dbrefs.
<R,RK> List<R>
JacksonDBCollection.fetch(Collection<DBRef<R,RK>> collection, com.mongodb.DBObject fields)
          Fetch a collection of dbrefs.
 

Uses of DBRef in net.vz.mongodb.jackson.internal
 

Subclasses of DBRef in net.vz.mongodb.jackson.internal
 class FetchableDBRef<T,K>
          DBRef that can be fetched
 

Methods in net.vz.mongodb.jackson.internal that return DBRef
 DBRef DBRefDeserializer.deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
           
 

Methods in net.vz.mongodb.jackson.internal that return types with arguments of type DBRef
 Class<DBRef> DBRefSerializer.handledType()
           
 

Methods in net.vz.mongodb.jackson.internal with parameters of type DBRef
protected  void DBRefSerializer.serialize(DBRef value, BsonObjectGenerator bgen, org.codehaus.jackson.map.SerializerProvider provider)
           
 void DBRefSerializer.serialize(DBRef value, DBEncoderBsonGenerator bgen, org.codehaus.jackson.map.SerializerProvider provider)
           
 



Copyright © 2011-2012 VZ Netzwerke. All Rights Reserved.