Uses of Class
org.mongojack.JacksonCollectionKey
-
Packages that use JacksonCollectionKey Package Description org.mongojack -
-
Uses of JacksonCollectionKey in org.mongojack
Methods in org.mongojack that return JacksonCollectionKey Modifier and Type Method Description JacksonCollectionKey<T>DBRef. getCollectionKey()JacksonCollectionKey<TResult>JacksonMongoCollection. getCollectionKey()Get the type of this collectionMethods in org.mongojack with parameters of type JacksonCollectionKey Modifier and Type Method Description <CT> JacksonMongoCollection<CT>DbReferenceManager. getReferenceCollection(JacksonCollectionKey<CT> collectionKey)Get a collection for loading a reference of the given type
-