Package de.caluga.morphium.writer
Class MorphiumWriterImpl.WT<T>
- java.lang.Object
-
- de.caluga.morphium.writer.MorphiumWriterImpl.WT<T>
-
- All Implemented Interfaces:
WriterTask<T>,Runnable
- Enclosing class:
- MorphiumWriterImpl
public abstract class MorphiumWriterImpl.WT<T> extends Object implements WriterTask<T>
-
-
Constructor Summary
Constructors Constructor Description WT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoUpdate(Class cls, T toSet, String coll, String field, Map<String,Object> query, Field f, Map<String,Object> update, WriteConcern wc)voidsetCallback(AsyncOperationCallback cb)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.caluga.morphium.writer.WriterTask
getReturnObject
-
-
-
-
Method Detail
-
setCallback
public void setCallback(AsyncOperationCallback cb)
- Specified by:
setCallbackin interfaceWriterTask<T>
-
-