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

Packages that use JacksonDBCollection
net.vz.mongodb.jackson   
net.vz.mongodb.jackson.internal   
net.vz.mongodb.jackson.internal.object   
net.vz.mongodb.jackson.internal.stream   
 

Uses of JacksonDBCollection in net.vz.mongodb.jackson
 

Methods in net.vz.mongodb.jackson that return JacksonDBCollection
 JacksonDBCollection<T,K> JacksonDBCollection.disable(JacksonDBCollection.Feature feature)
          Disable the given feature
 JacksonDBCollection<T,K> JacksonDBCollection.enable(JacksonDBCollection.Feature feature)
          Enable the given feature
 JacksonDBCollection DBCursor.getCollection()
          gets the collection
<S,L> JacksonDBCollection<S,L>
JacksonDBCollection.getCollection(String n, Class<S> type, Class<L> keyType)
          Finds a collection that is prefixed with this collection's name.
 JacksonDBCollection<T,K> MapReduceOutput.getOutputCollection()
          Gets the collection that holds the results (Will return null if results are Inline)
<T,K> JacksonDBCollection<T,K>
JacksonDBCollection.getReferenceCollection(JacksonCollectionKey collectionKey)
          Get a collection for loading a reference of the given type
<T,K> JacksonDBCollection<T,K>
JacksonDBCollection.getReferenceCollection(String collectionName, org.codehaus.jackson.type.JavaType type, org.codehaus.jackson.type.JavaType keyType)
          Get a collection for loading a reference of the given type
 JacksonDBCollection<T,K> JacksonDBCollection.rename(String newName)
          Calls DBCollection.rename(java.lang.String, boolean) with dropTarget=false
 JacksonDBCollection<T,K> JacksonDBCollection.rename(String newName, boolean dropTarget)
          renames of this collection to newName
static
<T> JacksonDBCollection<T,Object>
JacksonDBCollection.wrap(com.mongodb.DBCollection dbCollection, Class<T> type)
          Wraps a DB collection in a JacksonDBCollection
static
<T,K> JacksonDBCollection<T,K>
JacksonDBCollection.wrap(com.mongodb.DBCollection dbCollection, Class<T> type, Class<K> keyType)
          Wraps a DB collection in a JacksonDBCollection
static
<T,K> JacksonDBCollection<T,K>
JacksonDBCollection.wrap(com.mongodb.DBCollection dbCollection, Class<T> type, Class<K> keyType, Class<?> view)
          Wraps a DB collection in a JacksonDBCollection
static
<T,K> JacksonDBCollection<T,K>
JacksonDBCollection.wrap(com.mongodb.DBCollection dbCollection, Class<T> type, Class<K> keyType, org.codehaus.jackson.map.ObjectMapper objectMapper)
          Wraps a DB collection in a JacksonDBCollection, using the given object mapper.
 

Constructors in net.vz.mongodb.jackson with parameters of type JacksonDBCollection
DBCursor(JacksonDBCollection<T,?> jacksonDBCollection, com.mongodb.DBCursor cursor)
           
WriteResult(JacksonDBCollection<T,K> jacksonDBCollection, com.mongodb.WriteResult writeResult, com.mongodb.DBObject... dbObjects)
           
 

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

Methods in net.vz.mongodb.jackson.internal that return JacksonDBCollection
 JacksonDBCollection JacksonDBCollectionProvider.getDBCollection()
          Get the JacksonDBCollection that this object knows about
 

Constructors in net.vz.mongodb.jackson.internal with parameters of type JacksonDBCollection
FetchableDBRef(K id, JacksonDBCollection<T,K> dbCollection)
           
 

Uses of JacksonDBCollection in net.vz.mongodb.jackson.internal.object
 

Methods in net.vz.mongodb.jackson.internal.object that return JacksonDBCollection
 JacksonDBCollection BsonObjectTraversingParser.getDBCollection()
           
 

Constructors in net.vz.mongodb.jackson.internal.object with parameters of type JacksonDBCollection
BsonObjectTraversingParser(JacksonDBCollection dbCollection, org.bson.BSONObject o)
           
BsonObjectTraversingParser(JacksonDBCollection dbCollection, org.bson.BSONObject o, org.codehaus.jackson.ObjectCodec codec)
           
 

Uses of JacksonDBCollection in net.vz.mongodb.jackson.internal.stream
 

Methods in net.vz.mongodb.jackson.internal.stream that return JacksonDBCollection
 JacksonDBCollection DBDecoderBsonParser.getDBCollection()
           
 

Constructors in net.vz.mongodb.jackson.internal.stream with parameters of type JacksonDBCollection
DBDecoderBsonParser(int jsonFeatures, InputStream in, JacksonDBObject<?> dbObject, JacksonDBCollection dbCollection)
           
JacksonDBDecoder(JacksonDBCollection<T,?> dbCollection, org.codehaus.jackson.map.ObjectMapper objectMapper, org.codehaus.jackson.type.JavaType type)
           
JacksonDecoderFactory(JacksonDBCollection<T,?> dbCollection, org.codehaus.jackson.map.ObjectMapper objectMapper, org.codehaus.jackson.type.JavaType type)
           
JacksonEncoderFactory(org.codehaus.jackson.map.ObjectMapper objectMapper, JacksonDBCollection<?,?> collection)
           
 



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